aaaaaaaaa

Dependencies:   QEI mbed

Fork of MainBoard2018_Auto_Master_A_new by Akihiro Nakabayashi

Committer:
kishibekairohan
Date:
Sun Oct 21 02:14:15 2018 +0000
Revision:
14:dfcec98f5aa9
Parent:
1:b1219d8ca117
aaaaaa

Who changed what in which revision?

UserRevisionLine numberNew contents of line
7ka884 1:b1219d8ca117 1 #ifndef ACCELERATIONSENSOR_H_
7ka884 1:b1219d8ca117 2 #define ACCELERATIONSENSOR_H_
7ka884 1:b1219d8ca117 3
7ka884 1:b1219d8ca117 4 #include "mbed.h"
7ka884 1:b1219d8ca117 5
7ka884 1:b1219d8ca117 6 namespace ACCELERATIONSENSOR {
7ka884 1:b1219d8ca117 7 #define ACCX_PIN PA_0
7ka884 1:b1219d8ca117 8 #define ACCY_PIN PA_6
7ka884 1:b1219d8ca117 9 #define ACCZ_PIN PA_5
7ka884 1:b1219d8ca117 10
7ka884 1:b1219d8ca117 11 extern AnalogIn acc[];
7ka884 1:b1219d8ca117 12 }
7ka884 1:b1219d8ca117 13
7ka884 1:b1219d8ca117 14 #endif