Subversion Repositories group.electronics

Rev

Rev 94 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 94 Rev 97
Line 9... Line 9...
9
inline uint8_t map_8(uint8_t x, uint8_t in_min, uint8_t in_max, uint8_t out_min, uint8_t out_max);
9
inline uint8_t map_8(uint8_t x, uint8_t in_min, uint8_t in_max, uint8_t out_min, uint8_t out_max);
10
 
10
 
11
void analogInit(void);
11
void analogInit(void);
12
uint8_t analogRead(uint8_t channel);
12
uint8_t analogRead(uint8_t channel);
13
 
13
 
-
 
14
typedef void (*tick_ptr)();
-
 
15
 
-
 
16
void sysclockInit(void);
-
 
17
 
14
#endif
18
#endif