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.
Revision 2:212bbdc6a892, committed 2019-09-20
- Comitter:
- noutram
- Date:
- Fri Sep 20 14:04:09 2019 +0000
- Parent:
- 1:7e8900437bb6
- Commit message:
- 2019;
Changed in this revision
--- a/main.cpp Thu Jul 13 14:57:06 2017 +0000 +++ b/main.cpp Fri Sep 20 14:04:09 2019 +0000 @@ -4,12 +4,11 @@ #define T (1.0/Fs) #define PI 3.1415926541 -PwmOut mypwm(PWM_OUT); //This GPIO is used for Chip Select DigitalOut DAC_CS(D10); -//SPI Object +//SPI Object (temporarily remove JP6 when running this) SPI spi(D11, D12, D13); //Ticker for setting the output sampling rate
--- a/mbed-os.lib Thu Jul 13 14:57:06 2017 +0000 +++ b/mbed-os.lib Fri Sep 20 14:04:09 2019 +0000 @@ -1,1 +1,1 @@ -https://github.com/ARMmbed/mbed-os/#8828635da469162cf2854b5287561c663fb96e72 +https://github.com/ARMmbed/mbed-os/#1bf6b20df9d3cd5f29f001ffc6f0d0fcbbb96118
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed_app.json Fri Sep 20 14:04:09 2019 +0000 @@ -0,0 +1,3 @@ +{ + "requires": ["bare-metal"] +} \ No newline at end of file