Library for the MMA7660 triple axis accelerometer

Dependents:   switches

Fork of MMA7660 by Erik -

Files at this revision

API Documentation at this revision

Comitter:
ksaito
Date:
Wed Feb 21 09:25:27 2018 +0000
Parent:
5:3d6fab6f2345
Commit message:
????????????????????????

Changed in this revision

commands.cpp Show diff for this revision Revisions of this file
--- a/commands.cpp	Wed Feb 21 09:13:06 2018 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-#include "mbed.h"
-#include "commands.h"
-
-extern COMMAND_DEFINE   Command_color;
-extern COMMAND_DEFINE   Command_led3;
-extern COMMAND_DEFINE   Command_sound;
-extern COMMAND_DEFINE   Command_accel;
-extern COMMAND_DEFINE   Command_liner;
-
-/* コマンド定義リスト */
-COMMAND_DEFINE *commandList[] = {
-    &Command_color,
-    &Command_led3,
-    &Command_sound,
-    &Command_accel,
-    &Command_liner,
-    NULL,
-};