Skip to content

Commit 3fde38d

Browse files
committed
support for RPI Pico to readme + Pullup naming update
1 parent e43425c commit 3fde38d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

keywords.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ pinB KEYWORD2
164164
pinC KEYWORD2
165165
index_pin KEYWORD2
166166

167-
INTERN KEYWORD2
168-
EXTERN KEYWORD2
167+
INTERNAL KEYWORD2
168+
EXTERNAL KEYWORD2
169169
DISABLE KEYWORD2
170170
ENABLE KEYWORD2
171171
SpaceVectorPWM KEYWORD2

0 commit comments

Comments
 (0)