arcovitcher
About
- Username
- arcovitcher
- Joined
- Visits
- 84
- Last Active
- Roles
- Member
Comments
-
Hi Eric, May I ask which pin is ANO (AIO 0) and which is ANI (AIO 1)? I assumed that AIO 0 is pin 8 and AIO 1 is pin 9, but when I run a loop like this: for (int i = 1; i <= 16; i++) { Gpio.Pin pin = gpio.pin((byte) i); if (pin …