aaaaaaaaa

Dependencies:   QEI mbed

Fork of MainBoard2018_Auto_Master_A_new by Akihiro Nakabayashi

Input/AccelerationSensor/AccelerationSensor.h

Committer:
kishibekairohan
Date:
2018-10-21
Revision:
14:dfcec98f5aa9
Parent:
1:b1219d8ca117

File content as of revision 14:dfcec98f5aa9:

#ifndef ACCELERATIONSENSOR_H_
#define ACCELERATIONSENSOR_H_

#include "mbed.h"

namespace ACCELERATIONSENSOR {
    #define ACCX_PIN PA_0
    #define ACCY_PIN PA_6
    #define ACCZ_PIN PA_5

    extern AnalogIn acc[];
}

#endif