• v1.1.0 6303b56f54

    v1.1.0 Stable

    jakegoodwin released this 2024-08-26 19:09:16 +00:00 | 0 commits to main since this release

    Changes

    • 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
  • v1.0.0 75c60a9809

    jakegoodwin released this 2024-08-06 00:19:29 +00:00 | 24 commits to main since this release

    Serial 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

    1. VCC
    2. SW2
    3. SW1
    4. NC
    5. RELAY_OUT
    6. RX(UART)
    7. TX(UART)
    8. NC
    9. NC
    10. RST/UPDI
    11. EN
    12. NC
    13. NC
    14. 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