Embedded-Software-Projects

Log | Files | Refs | README | LICENSE

commit 20caac98e4e5a6f613184293f9862fb84f4e0446
parent 72da7a5d171adb3115c6fcb247e06ba253fd3f98
Author: William Lindholm <william_lindholm@outlook.com>
Date:   Mon, 14 Oct 2024 23:01:03 +0100

Merge branch 'main' of https://github.com/LindholmLabs/Embedded-Software-Projects

Diffstat:
MREADME.md | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -2,6 +2,9 @@ ## Hardware For these projects, an Arduino Every with an ATmega4809 microcontroller was used. The microcontroller was mounted on a custom adapter board to allow compatibility with Arduino UNO R3 Shields. A custom board was attached to the adapter, which included 10 LEDs, 1 potentiometer, 2 buttons, and 1 variable frequency generator. +## Software +All software was written in C, using interrupts for all timer based features. + ## Project 1 **Cylon animation with voltage reading** @@ -27,4 +30,4 @@ A cylon is a sequential activation of the LED:s. For more information, see [datasheet](https://ww1.microchip.com/downloads/en/DeviceDoc/ATmega4808-4809-Data-Sheet-DS40002173A.pdf). ### Appendix 3: Adapter board -![Image of the board used for the projects](media/image_of_board_transparent.png) -\ No newline at end of file +![Image of the board used for the projects](media/image_of_board_transparent.png)