Arducleo board basic samples. This board is based on the ST Nucleo F103RB, without morpho pins. And coming with a buzzer, a DAPLink debug unit on board.

Dependencies:   mbed

Committer:
dotnfc
Date:
Fri Jul 01 03:35:39 2016 +0000
Revision:
0:6ec7bd917ff7
First initial public release of Arudcleo board

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dotnfc 0:6ec7bd917ff7 1 /*=============================================================================
dotnfc 0:6ec7bd917ff7 2 * Arducleo Samples global config
dotnfc 0:6ec7bd917ff7 3 *
dotnfc 0:6ec7bd917ff7 4 * by dotnfc@163.com
dotnfc 0:6ec7bd917ff7 5 * http://www.dotware.cn
dotnfc 0:6ec7bd917ff7 6 * $ 1.0, 2016/07/01 $
dotnfc 0:6ec7bd917ff7 7 */
dotnfc 0:6ec7bd917ff7 8
dotnfc 0:6ec7bd917ff7 9 #ifndef __CONFIG_DEMO_H
dotnfc 0:6ec7bd917ff7 10 #define __CONFIG_DEMO_H
dotnfc 0:6ec7bd917ff7 11
dotnfc 0:6ec7bd917ff7 12
dotnfc 0:6ec7bd917ff7 13 #endif // __CONFIG_DEMO_H