From cc97a76e16f288b96e054e27c581f8c5a629e3f3 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Fri, 27 Oct 2023 11:15:25 +0200 Subject: [PATCH] readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a717ca --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Programming for the `atmega382p` + +## Dependencies + +```bash +dnf install avr-gcc avr-binutils avr-gcc-c++ avr-libc avrdude +``` + +Note: The `avr-libc` files will be located in `/usr/avr`. + +## Build + +It is assumed that the board will be available on `/dev/ttyUSB0`. Your user +should be part of the `dialout` group. + +```bash +bash build.sh buttons +```