You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[SmoothingSensor](src/encoders/smoothing/) - A SimpleFOC Sensor wrapper implementation which adds angle extrapolation.
46
51
47
52
### Communications
48
53
49
-
-[I2CCommander I2C driver](src/comms/i2c/) - I2C communications protocol and drivers for both controller and target devices.
54
+
-[I2CCommander I2C driver](src/comms/i2c/) - I2C communications protocol and drivers for both controller and target devices, based on register abstraction
50
55
-[STM32 SpeedDir Input](src/comms/stm32speeddir/) - Control target velocity with PWM speed and direction inputs
56
+
-[SerialBinaryCommander](src/comms/serial/) - Serial communications with binary protocol, based on register abstraction
57
+
-[Telemetry](src/comms/telemetry/) - Telemetry abstraction, based on registers
58
+
-[SerialASCIITelemetry](src/comms/serial/) - Serial communications with ascii protocol, based on register abstraction
59
+
60
+
### Settings
61
+
62
+
Load and store SimpleFOC motor settings, based on register abstraction.
63
+
64
+
-[SAMD NVM storage driver](src/settings/samd/) - Store settings to the NVM flash memory in your SAMD MCU
65
+
-[CAT24 I2C EEPROM storage driver](src/settings/i2c/) - Store settings to CAT24 I2C EEPROMs
51
66
52
67
### Utilities
53
68
@@ -80,6 +95,13 @@ Find out more information about the Arduino SimpleFOC project on the [docs websi
0 commit comments