ADC debugged and functional now
Added Version interface Added DisplayDevice to create an independent bridge between display app and specific display driver git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@228 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -61,11 +61,13 @@ typedef struct
|
||||
} T_PL_GPIO;
|
||||
|
||||
// Export of PCBA information
|
||||
extern struct Pcba* const pcba;
|
||||
extern struct Pcba* pcba;
|
||||
|
||||
// Export of LEDs
|
||||
extern struct Led* const ledGreen;
|
||||
extern struct Led* const ledOrange;
|
||||
// Export of ADCs
|
||||
extern struct Adc* const adc1;
|
||||
// Export of the rtc
|
||||
extern struct Rtc* const rtc;
|
||||
// Export of UARTs
|
||||
|
||||
Reference in New Issue
Block a user