Finished getting data from the sensor camera.

This commit is contained in:
Pcornat 2025-02-16 19:54:08 +01:00
parent 256cd3c500
commit 98c5793738
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
2 changed files with 112 additions and 15 deletions

View file

@ -30,6 +30,11 @@ typedef enum {
stop
} StepArrayRetrieve;
typedef enum {
top_mat = 0,
bot_mat
} ArrayPart;
typedef enum {
cam_blk_0 = 0,
cam_blk_1 = 1 << 4,