• Joined on 2024-11-08
eddy synced commits to master at eddy/stm32samples from mirror 2026-03-20 00:30:57 +03:00
45559545ef added russian manual for USB-GPIO
eddy synced commits to master at eddy/stm32samples from mirror 2026-03-19 00:01:03 +03:00
e2a20a046a SPI works, may say it's over
eddy pushed to master at timur/LibSidServo 2026-03-18 18:10:20 +03:00
db1058ddf8 fixed broken PID
eddy synced commits to master at eddy/stm32samples from mirror 2026-03-18 07:49:03 +03:00
c80f0884f5 add SPI, not working yet (also need to set SPOL/SPHA etc)
eddy synced commits to master at eddy/stm32samples from mirror 2026-03-17 23:39:04 +03:00
165780bef9 I2C works
eddy pushed to master at timur/LibSidServo 2026-03-16 18:01:44 +03:00
b0d0a323ee Fixed some troubles
eddy synced commits to master at eddy/stm32samples from mirror 2026-03-16 03:24:37 +03:00
03b05051aa PWM works
eddy synced commits to master at eddy/stm32samples from mirror 2026-03-15 02:54:39 +03:00
61262435a8 start adding PWM
27eb723d80 add "hex+text" input
57a44f1c66 OK, USART works, maybe add HEX input?
Compare 3 commits »
eddy synced commits to master at eddy/stm32samples from mirror 2026-03-14 02:24:38 +03:00
65c9ae34bc USART almost working (but hangs on long messages)
eddy synced commits to master at eddy/stm32samples from mirror 2026-03-13 02:04:28 +03:00
14f544374a cont
eddy synced commits to master at eddy/stm32samples from mirror 2026-03-12 01:34:29 +03:00
b44fd9e91f start with USART (now DEBUG-compile is unavialable)
eddy synced commits to master at eddy/small_tel from mirror 2026-03-11 17:24:34 +03:00
fa305a7cc0 fix encoders
eddy pushed to main at eddy/mountcontrol 2026-03-11 17:18:33 +03:00
eddy pushed to main at eddy/mountcontrol 2026-03-11 12:37:00 +03:00
e61146db69 fixed stupid bug
eddy pushed to main at eddy/mountcontrol 2026-03-11 11:03:25 +03:00
2eb7b214b2 add more errors to model
eddy pushed to main at eddy/mountcontrol 2026-03-11 10:06:11 +03:00
eddy synced commits to master at eddy/stm32samples from mirror 2026-03-11 01:04:29 +03:00
3802f7d2cb add ADC & ADC monitoring
eddy synced commits to master at eddy/stm32samples from mirror 2026-03-10 00:34:28 +03:00
8e78a12f06 GPIO tested; add monitoring. TODO: USB/SPI/I2C
eddy synced commits to master at eddy/stm32samples from mirror 2026-03-09 08:14:28 +03:00
9713b10cd4 continue developing GPIO config; not tested yet
eddy synced commits to master at eddy/stm32samples from mirror 2026-03-08 07:44:29 +03:00
d39682b143 tried to parse string functions using constexpr in C++