fix project and more
This commit is contained in:
parent
88b607c42f
commit
e58481c4bb
56 changed files with 128 additions and 27068 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#ifndef INC_SEMAPHORE_H_
|
||||
#define INC_SEMAPHORE_H_
|
||||
|
||||
#define on_0 (1<<0) // GPIOB
|
||||
#define off_0 (1<<(0+16))
|
||||
#define on_1 (1<<1) // GPIOE
|
||||
|
|
@ -9,3 +12,5 @@
|
|||
|
||||
void SEMAPHORE_TIM7_interrupt(void);
|
||||
void SEMAPHORE_init(void);
|
||||
|
||||
#endif /* INC_SEMAPHORE_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue