-
v1.1.0 Stable
released this
2024-08-26 19:09:16 +00:00 | 0 commits to main since this releaseChanges
- New pinout(check readme.md)
- Outputs byte of data via LEDS.
Files
The files included in this release are the image showing example output from the serial interface along with the HEX binary file.
The hex file can be directly loaded/flashed onto the ATtiny404 if you don't want to build the code from source.
Downloads
-
serial_version Stable
released this
2024-08-06 00:19:29 +00:00 | 24 commits to main since this releaseSerial Version
This version changes the pin's used to allow the make and break times to be sent over serial.
UART
The serial settings are:
- BUAD 9600
- Stop Bits 1
Pinout
- VCC
- SW2
- SW1
- NC
- RELAY_OUT
- RX(UART)
- TX(UART)
- NC
- NC
- RST/UPDI
- EN
- NC
- NC
- GND
Files
The files included in this release are the image showing example output from the serial interface along with the HEX binary file.
The hex file can be directly loaded/flashed onto the ATtiny404 if you don't want to build the code from source.
Downloads