![]() |
nanoI2CSlaveExpander
ARDUINO Nano v3 used as I2C slace digital and analog io expander for ESP8266 and others...
|
A analogRead to show of how to use the project nanoI2CIOExpander. More...
#include <nanoI2CIOExpLib.h>
Go to the source code of this file.
Macros | |
#define | QUANTUM 5.0/1024.0 |
#define | ERROR 0.1059 |
Functions | |
void | setup () |
void | loop () |
Variables | |
CNanoI2CIOExpander | ioexp |
A analogRead to show of how to use the project nanoI2CIOExpander.
Definition in file analogRead.ino.
#define ERROR 0.1059 |
Definition at line 23 of file analogRead.ino.
#define QUANTUM 5.0/1024.0 |
Definition at line 22 of file analogRead.ino.
void loop | ( | ) |
Definition at line 24 of file analogRead.ino.
void setup | ( | ) |
Definition at line 14 of file analogRead.ino.
CNanoI2CIOExpander ioexp |
Definition at line 12 of file analogRead.ino.