Click here to see the weeks post
Embedded programming a term used for programming (writing code for) microcontrollers. It is also known as embedded software development or embedded systems programming. Essentially, embedded programming is useful in the design of software for automotive features, small facilities-handling devices like thermostats, wearable technology, handheld games or other small devices.
Micro:bit code
code used
Micro:bit to OLED
Fist step is connecting the LCD display to the Arduino using wires connected as so…
- GND to GND
- VCC to 3V
- SCL (serial clock) to micro:bit pin 19
- SDA (serial data) to micro:bit pin 20
Outcome
when all put together the display had a continuously loading line that was overlaid by numbers on the temperature range when the A or B buttons where pressed.
OLED when on