Initial commit
This commit is contained in:
25
Core/Inc/TCD1304.h
Normal file
25
Core/Inc/TCD1304.h
Normal file
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
* TCD1304.h
|
||||
*
|
||||
* Created on: May 20, 2023
|
||||
* Author: slg
|
||||
*/
|
||||
|
||||
#ifndef INC_TCD1304_H_
|
||||
#define INC_TCD1304_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct CCDConfig {
|
||||
uint32_t sh_period;
|
||||
uint32_t icg_period;
|
||||
} CCDConfig_t;
|
||||
|
||||
void tcd1304_set_config(CCDConfig_t *cfg);
|
||||
void tcd1304_setup();
|
||||
void tcd1304_loop();
|
||||
|
||||
extern CCDConfig_t ccd_config;
|
||||
|
||||
|
||||
#endif /* INC_TCD1304_H_ */
|
||||
Reference in New Issue
Block a user