Knight Rider PIO sample for teckBASIC, konashi.js

Dependencies:   BLE_API_Native_IRC mbed

Fork of BLE_konashi_PIO_test by Michio Ono

konashi.js mbed HRM1017でもナイトライダー!: http://jsdo.it/micutil/g1Hn

サンプル動画: https://www.youtube.com/watch?v=HSLdzS3sGLw

techBASICサンプル: https://www.dropbox.com/s/c1k25jlen7x3vqo/KnightRider.txt

BLE_API_Native_IRC/hw/nRF51822n/nordic/nordic_global.h

Committer:
micono
Date:
2014-07-27
Revision:
2:6a3257fffa8c
Parent:
0:8c643bfe55b7

File content as of revision 2:6a3257fffa8c:

#ifndef _NORDIC_GLOBAL_H_
#define _NORDIC_GLOBAL_H_

/* There are no global defines in mbed, so we need to define */
/* mandatory conditional compilation flags here              */
#define NRF51
#define DEBUG_NRF_USER
#define BLE_STACK_SUPPORT_REQD
#define BOARD_PCA10001

#endif