It uses free API key with Live ADS-B data, presented in a beautiful visual display with smooth animation, and a custom-built ...
const byte lineSensor1 = 0; // ir sensor to SX1508's pin 0 const byte lineSensor2 = 1; // ir sensor to SX1508's pin 1 const byte lineSensor3 = 2; // ir sensor to SX1508's pin 2 const byte lineSensor4 ...
// Fixed some race conditions in the i2c-slave model. // Added debug information.