Zeran Gu / Mbed 2 deprecated STM32F103C8T6_encoder

Dependencies:   QEI mbed-STM32F103C8T6 mbed

Fork of STM32F103C8T6_Hello by Zoltan Hudak

Files at this revision

API Documentation at this revision

Comitter:
hudakz
Date:
Sat Jul 02 07:23:49 2016 +0000
Parent:
0:ab218237069e
Child:
2:5ebf34d19614
Commit message:
Initial revision

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Jul 02 07:22:32 2016 +0000
+++ b/main.cpp	Sat Jul 02 07:23:49 2016 +0000
@@ -1,3 +1,4 @@
+#include "PinNames.h"   // Pin name definitions for the STM32F103C8T6 board
 #include "mbed.h"
 
 DigitalOut myled(LED1);