Skip to content

Commit f8ac7bc

Browse files
committed
Changelog update
1 parent 5bac5cc commit f8ac7bc

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
### Changes this version:
2-
- Fixed BISS-C encoder sometimes overflowing one rotation at startup
3-
- Added BISS-C direction inversion function (Default true). Most BISS-C encoders count CW while most others and TMC count CCW.
4-
- Standardized encoder counting direction counting up in CCW direction as a more common industrial standard
5-
- Fixed idle spring effect not working before first save
6-
- Retuned speed limiter function. Removed averaging. Should be more stable for high resolution encoders if high bandwidth speed filter preset is selected
7-
- Force ramps up slowly on potential sharp position changes such as recentering
8-
- FFB led now shows FFB state. On when FFB actuators enabled. Still blinks on clipping
1+
### Changes this version from 1.16 to 1.15:
2+
- Added MyActuator RMD CAN support class.
3+
- Temporary implementation until CAN protocol changes. Usable but might be improved in the future
4+
- Fixed issues in CAN analog class for packet 2. Allow shorter frames
5+
- F407: ADC now triggered by timer to reduce interrupt frequency
6+
- Using analog VREF for voltage sensing (better accuracy with unstable 3.3V)
7+
- Added chip temperature readout
8+
9+
Internal changes:
10+
- CAN port interfaces rewritten
11+
- HAL updated
12+
- Migrated to CPP20
13+
- Upgraded to tinyusb 0.17
14+
- Improved microsecond counter implementation

0 commit comments

Comments
 (0)