ジョイスティック切換えで色々な処理をやります。 C言語学習用です。

Dependencies:   C12832 MMA7660 mbed

Revision:
13:2c1fe87a06cd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ringBuffer.h	Wed Apr 04 20:58:28 2018 +0900
@@ -0,0 +1,2 @@
+extern bool ringbufferPut(COMMAND_TRRIGER* command);
+extern COMMAND_TRRIGER* ringbufferGet(void);