const int TRIG_PIN = 11; // Arduino pin connected to Ultrasonic Sensor's TRIG pin const int ECHO_PIN = 10; // Arduino pin connected to Ultrasonic Sensor's ECHO pin const int LED_PIN = 8; // Arduino ...
This project contains the code for a LED cube, using an Arduino board or the Atmega328 as a standalone with Atmel Studio. The code was developed together with the Cube 3D programming tool. Supporting ...