Skip to content

Commit

Permalink
Fix typo in HARDWARE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vickash committed Aug 11, 2024
1 parent f72c61c commit c55738b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HARDWARE.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
| Servo/ESC PWM | :green_heart: | H | See Motor table | Uses PWM
| Tone Out (Square Wave)| :green_heart: | H | `PulseIO::Buzzer` | Except SAM3X. Uses PWM
| I2C | :green_heart: | H | `I2C::Bus` | Predetermined pins from IDE
| I2C Bit Bang | :greem_heart: | S | `I2C::BitBang` | Any pins. Timing may not be perfect for some devices?
| I2C Bit Bang | :green_heart: | S | `I2C::BitBang` | Any pins. Timing may not be perfect for some devices?
| SPI | :green_heart: | H | `SPI::Bus` | Predetermined pins from IDE
| SPI Bit Bang | :green_heart: | S | `SPI::BitBang` | Any pins
| UART | :green_heart: | H | `UART::Hardware` | Except Atmega328, ATmega168
Expand Down

0 comments on commit c55738b

Please sign in to comment.