@@ -15,5 +15,17 @@ With this configuration. We got the maximum standard baudrate at 460800 without
Using the X motor (2 LSB) doesn't change the reaction time that much so probably the worst case scenario we just exposed can be considered as standard scenario.
# Useful Notes
Below the command that was last used to upload the `.hex` file to the board via UPDI. It worked. Replace `-c /dev/tty.usbserial-DN05BTJ5` with the device ID of your UPDI programmer. `-d` is type of your microcontroller, `-b` is baud rate, `-v` stands for verbose output and `-f` is the `.hex` file input.
[Get pyupdi here](https://github.com/mraardvark/pyupdi). Use the [MegaTinyCore for Arduino](https://github.com/SpenceKonde/megaTinyCore)(at least for now).
Refer to the ATTinyX14 Pinout to figure out the right pins. Image should load below.