Paparazzi UAS  v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
sc18is600_arch.h
Go to the documentation of this file.
1 #ifndef SC18IS600_ARCH_H
2 #define SC18IS600_ARCH_H
3 
4 #define Sc18Is600Unselect() GPIOB->BSRR = GPIO_Pin_12
5 #define Sc18Is600Select() GPIOB->BRR = GPIO_Pin_12
6 
7 
8 
9 #endif /* SC18IS600_ARCH_H */