This library improve the use of the D7S sensor developed by Omron. It is compatibile with Arduino avr based boards, esp8266 boards and all flavour of Fishino.
Just download the lastest realease and place it your Arduino IDE library folder. See https://www.arduino.cc/en/Guide/Libraries
The D7S sensor must be connected to the I2C bus.
On most Arduino boards, SDA (data line) is on analog input pin 4, and SCL (clock line) is on analog input pin 5. On the Arduino Mega, SDA is digital pin 20 and SCL is 21 (See https://www.arduino.cc/en/Guide/Libraries).
To use interrupt events provided by the D7S sensor you need to attach INT1 and INT2 pins to the interrupt pins of the boards you are using (See https://www.arduino.cc/reference/en/language/functions/external-interrupts/attachinterrupt or http://esp8266.github.io/Arduino/versions/2.1.0-rc2/doc/reference.html). The interrupt pins of Fishino32 are 3, 5, 6 and 9.
- Alessandro Pasqualini - alessandro1105
This project has been developed with the contribution of Futura Elettronica, Elettronica In, Open Electronics.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details