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: src/boards.cpp
- Revision:
- 22:2c37ac12746e
- Parent:
- 21:fe0ea1860c9f
- Child:
- 25:8bcc8bea0e31
--- a/src/boards.cpp Fri Jan 11 21:45:55 2019 +0000 +++ b/src/boards.cpp Tue Jan 15 01:32:33 2019 +0000 @@ -38,13 +38,14 @@ unsigned int boardEnableBits; void initBoards(struct adcValues adcVals){ + /* sprintf(strbuf, "\r\nV48_HI=%d\r\n", V48_HI); sendSerial(strbuf); sprintf(strbuf, "\r\nV48=%d\r\n", adcVals.v48); sendSerial(strbuf); sprintf(strbuf, "\r\nV48_LO=%d\r\n", V48_LO); sendSerial(strbuf); - + */ en_out = 32; setBoardEnables(8191);