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.
Diff: main.cpp
- Revision:
- 28:b5bd93f9732b
- Parent:
- 27:231333972023
- Child:
- 29:fd58b8a4162e
--- a/main.cpp Wed Jul 24 16:01:41 2013 +0000 +++ b/main.cpp Wed Jul 24 16:10:15 2013 +0000 @@ -9,8 +9,8 @@ When MCU resets, it's in MODE_IDLE. Then depends on the keyboard input(1 to 7), mode switches to transition modes such as MODE_SPI_RAW, which is for inputting 16 bit SPI stream directly -MODE_CHAxPHA, which is for phase input of channel x, or -MODE_CHAxAMP, which is for attenuation input of channel x, or +MODE_CHAxPHA, which is for phase input of channel x(1 or 2), or +MODE_CHAxAMP, which is for attenuation input of channel x(1 or 2), or MODE_DISPLAY, which is for displaying the current parameters, or MODE_HELP, which is for displaying the help information, or MODE_SEND, which is for sending the bit stream through the SPI bus by MOSI and reading the data back from MISO.