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: C12832 LM75B mbed
Fork of co657_driving_test_1 by
Diff: dtest2.cpp
- Revision:
- 3:729390b9d794
- Parent:
- 2:2b973afc0924
--- a/dtest2.cpp Mon Sep 28 15:42:57 2015 +0000 +++ b/dtest2.cpp Sun Oct 04 08:20:32 2015 +0000 @@ -14,9 +14,9 @@ DigitalOut g_led (LED2); DigitalOut b_led (LED3); -DigitalOut xr_led (D5); -DigitalOut xg_led (D9); -DigitalOut xb_led (D8); +DigitalOut xr_led (PTA2); +DigitalOut xg_led (PTC4); +DigitalOut xb_led (PTA0); Serial host (USBTX, USBRX); /* to-host UART via OpenSDAv2 */
