Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 896 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 896 Bytes

demo-projects

Source code of various microcontroller demo projects featured on the cahamo website:

  • Hall effect sensor demo (targeted at Arduino Uno).

  • Rotary encoder demo (targeted at Arduino Uno). Adapted from code taken from the DroneBot Workshop.

  • MAX7219 LED matrix demo (targeted at Arduino Uno). Adapted from example code provided with the MD_MAX72xx library.

  • "Neopixel" demos - a collection of three demo programs that work with neopixel rings and matrices.

  • LCD display demo (targetted at Arduino Uno). Demonstrates how to use LCD displays that are compatible with the Hitachi HD44780 driver using a 16 pin interface.

  • TTP223 touch button module demo. Shows how to read the state of the touch button using an Arduino Uno.