Commit graph

8 commits

Author SHA1 Message Date
1ac489e1b1 Change binary name 2023-09-23 14:08:10 +02:00
b18657e1d1 Add command to reset into bootloader 2023-06-17 17:38:19 +02:00
c9eb526d46 Add pin for USB pull-up
This allows forcing re-enumeration, which is necessary for switching to
bootloader mode from the application firmware
2023-06-17 16:22:51 +02:00
7831fd9b34 Elevate lerp to 64 bits
For long lines, the linear interpolation for the current position could
overflow. This is the reason the length resolution is currently so
small, which sets a limit on the minimum pen speed. This change
introduces two 64-bit divisions, but allows for a larger length
resolution and lower pen speeds. The runtime is still pretty minimal.
2023-04-08 21:42:18 +02:00
cf1514262e Fix typo in file name 2023-04-08 20:33:14 +02:00
6f6c9df74f Enable output enable relay 2021-04-05 15:21:36 +02:00
a900c9481d Use new LED pins 2021-04-04 20:52:15 +02:00
64a01bef05 Rename MCU 2021-04-04 20:33:45 +02:00