Embedded-Software-Projects

Log | Files | Refs | README | LICENSE

commit 169552271656b1350c4044fb73915b6116c190c8
parent be3ae80ac7a267fff123d9fd5b3a0e1fb311a3ee
Author: William Lindholm <85635561+LindholmLabs@users.noreply.github.com>
Date:   Mon, 14 Oct 2024 22:54:07 +0100

Update README.md
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)