Encoder_EMS22A.h
Go to the documentation of this file.
1 /*
2  * Encoder_EMS22A.h
3  *
4  * Created: 20/07/2017 10:18:11
5  * Author: Francisco José Mañas
6  */
7 
8 
9 #ifndef ENCODER_EMS22A_H_
10 #define ENCODER_EMS22A_H_
11 
12 #pragma once
13 
14 #include <stdint.h> // uint8_t, etc.
15 
16 extern bool EMS22A_active;
17 extern bool ENCODERS_active;
18 
20 bool init_EMS22A(int8_t ENCODER_ABS_CS, int8_t ENCODER_ABS_CLK, int8_t ENCODER_ABS_DO, uint16_t sampling_period_ms);
21 uint16_t read_EMS22A();
22 
23 
24 #endif /* ENCODER_EMS22A_H_ */
bool EMS22A_active
int ENCODER_ABS_DO
bool init_EMS22A(int8_t ENCODER_ABS_CS, int8_t ENCODER_ABS_CLK, int8_t ENCODER_ABS_DO, uint16_t sampling_period_ms)
uint16_t read_EMS22A()
int ENCODER_ABS_CS
int ENCODER_ABS_CLK
bool ENCODERS_active


arduino_daq
Author(s):
autogenerated on Mon Jun 10 2019 12:46:03