Commit graph

6 commits

Author SHA1 Message Date
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
5dfe848129 Light LEDs on data reception 2021-04-05 15:22:11 +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