From 4b3dc64c68f0c8d34d2d31530eefad99460faeb8 Mon Sep 17 00:00:00 2001 From: true Date: Sat, 11 Feb 2023 07:21:36 -0800 Subject: [PATCH] Create initial README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..60edaf0 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Whiskey Pirates DC22 + +This should be all that is necessary to build a binary for the WP DC22 badge. + +### Building Firmware +todo: include details on how to build +but in short: +- open with platformio and just build it +- use stlink to program stm32l100 +- use whatever to program attiny88 + +### Loading the Firmware Binary +there isn't a binary yet + +### Todo +see TODO.md (to be created) + +### User Guide +tbd \ No newline at end of file