Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: inc/boards.h
- Revision:
- 4:db38665c3727
- Parent:
- 1:9f8583ba2431
- Child:
- 5:09be5bbb5020
diff -r d8948c5b2951 -r db38665c3727 inc/boards.h --- a/inc/boards.h Tue Nov 27 17:47:57 2018 +0000 +++ b/inc/boards.h Thu Nov 29 00:07:25 2018 +0000 @@ -38,12 +38,17 @@ extern unsigned int boardEnableBits; extern unsigned int boardsActive; -void setBoardEnables(unsigned int enableBits); +void setBoardEnables(unsigned int enableBits[]); -void setBoardWeights(unsigned int enableWeights); +void setBoardWeights(unsigned int enableWeights[]); int checkRange(int setvalue, int limlo, int limhi); void toggleLatchSignal(void); +void startConverter(unsigned int reg); +void stopConverter(void); + +void updateControls(void); + #endif \ No newline at end of file