File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ Therefore this is an attempt to:
22
22
> - bugfix ` hall_sensor ` examples
23
23
> - added examples fot the PowerShield
24
24
> - added initial support for ` MagneticSensorPWM `
25
+ > - SAMD51 support
26
+ > - ** initial support for Raspberry pi Pico**
25
27
> - added examples to find the raw max and min of the analog and pwm sensor
26
28
> - extension of the ` Commander ` interface
27
29
> - added pwm centering option ` WC `
@@ -31,6 +33,7 @@ Therefore this is an attempt to:
31
33
> - issue #76 : esp32 division by zero
32
34
> - issue #46 : commander end of line character - by @maxlem
33
35
> - [ community fix] ( https://community.simplefoc.com/t/as5600-dead-spot-around-0/208 ) AS5600 register value
36
+ > - renamed ` Pullup::EXTERN ` and ` Pullup::INTERN ` to ` Pullup::EXTERNAL ` and ` Pullup::INTERNAL `
34
37
35
38
## Arduino * SimpleFOClibrary* v2.1
36
39
Original file line number Diff line number Diff line change @@ -164,8 +164,8 @@ pinB KEYWORD2
164
164
pinC KEYWORD2
165
165
index_pin KEYWORD2
166
166
167
- INTERN KEYWORD2
168
- EXTERN KEYWORD2
167
+ INTERNAL KEYWORD2
168
+ EXTERNAL KEYWORD2
169
169
DISABLE KEYWORD2
170
170
ENABLE KEYWORD2
171
171
SpaceVectorPWM KEYWORD2
You can’t perform that action at this time.
0 commit comments