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:
- 6:39442d493098
- Parent:
- 5:09be5bbb5020
- Child:
- 9:816b9a4e4f21
--- a/inc/boards.h Sat Dec 01 00:08:53 2018 +0000 +++ b/inc/boards.h Mon Dec 03 01:03:14 2018 +0000 @@ -38,9 +38,11 @@ extern unsigned int boardEnableBits; extern unsigned int boardsActive; -void setBoardEnables(unsigned int enableBits[]); +extern unsigned int en_out_code; +extern unsigned int wr_out_code; -void setBoardWeights(unsigned int enableWeights[]); +unsigned int setBoardEnables(unsigned int enableBits); +unsigned int setBoardWeights(unsigned int enableWeights); int checkRange(int setvalue, int limlo, int limhi); @@ -49,6 +51,6 @@ void startConverter(unsigned int reg); void stopConverter(void); -void updateControls(int); +void updateControls(unsigned short); #endif \ No newline at end of file