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:
2222> - bugfix ` hall_sensor ` examples
2323> - added examples fot the PowerShield
2424> - added initial support for ` MagneticSensorPWM `
25+ > - SAMD51 support
26+ > - ** initial support for Raspberry pi Pico**
2527> - added examples to find the raw max and min of the analog and pwm sensor
2628> - extension of the ` Commander ` interface
2729> - added pwm centering option ` WC `
@@ -31,6 +33,7 @@ Therefore this is an attempt to:
3133> - issue #76 : esp32 division by zero
3234> - issue #46 : commander end of line character - by @maxlem
3335> - [ 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 `
3437
3538## Arduino * SimpleFOClibrary* v2.1
3639
Original file line number Diff line number Diff line change @@ -164,8 +164,8 @@ pinB KEYWORD2
164164pinC KEYWORD2
165165index_pin KEYWORD2
166166
167- INTERN KEYWORD2
168- EXTERN KEYWORD2
167+ INTERNAL KEYWORD2
168+ EXTERNAL KEYWORD2
169169DISABLE KEYWORD2
170170ENABLE KEYWORD2
171171SpaceVectorPWM KEYWORD2
You can’t perform that action at this time.
0 commit comments