Sold slow control/
Fork of S_SCTRL_SMlib by
solid_sctrl_def.h@4:a83242fe9d37, 2014-09-07 (annotated)
- Committer:
- wbeaumont
- Date:
- Sun Sep 07 18:55:47 2014 +0000
- Revision:
- 4:a83242fe9d37
- Child:
- 5:b527df9432c3
change names of adc cs lines
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
wbeaumont | 4:a83242fe9d37 | 1 | #ifndef solid_sctrl_def_H |
wbeaumont | 4:a83242fe9d37 | 2 | #define solid_sctrl_def_H |
wbeaumont | 4:a83242fe9d37 | 3 | |
wbeaumont | 4:a83242fe9d37 | 4 | |
wbeaumont | 4:a83242fe9d37 | 5 | typedef unsigned int u32; |
wbeaumont | 4:a83242fe9d37 | 6 | typedef unsigned short int u16; |
wbeaumont | 4:a83242fe9d37 | 7 | typedef unsigned char u8; |
wbeaumont | 4:a83242fe9d37 | 8 | |
wbeaumont | 4:a83242fe9d37 | 9 | #endif; |