The project is a combination of servo, ultrasonic range sensor and an Arduino to create pointers in C in order to move data around. The project is a combination of servo, ultrasonic range sensor and ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
Breathing LED with direct register access (pure C, no Arduino functions). Designed for learning C pointers and hardware control. DDRB, PORTB, bitwise operations, software PWM. - ...