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:
- 25:8bcc8bea0e31
- Parent:
- 15:aed8f326c949
- Child:
- 30:d8721a46ee03
--- a/inc/boards.h Fri Jan 18 20:17:55 2019 +0000 +++ b/inc/boards.h Sun Jan 20 16:56:52 2019 +0000 @@ -49,6 +49,10 @@ extern unsigned int en_out_code; extern unsigned int wr_out_code; +//extern unsigned int bCodeArray[][]; +extern unsigned int bCodeRow[]; + +void setBoardControls(unsigned int); unsigned int setBoardEnables(unsigned int); unsigned int setBoardWeights(unsigned int);