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-dev-f303 FastPWM3
Diff: hw_setup.cpp
- Revision:
- 30:db9081ac5658
- Parent:
- 28:8c7e29f719c5
--- a/hw_setup.cpp Mon Jun 12 17:41:00 2017 +0000 +++ b/hw_setup.cpp Mon Aug 28 22:01:59 2017 +0000 @@ -63,7 +63,7 @@ void Init_All_HW(GPIOStruct *gpio){ Init_PWM(gpio); - Init_ADC(); - //Init_DAC(); + //Init_ADC(); + Init_DAC(); } \ No newline at end of file