fix spelling

This commit is contained in:
2024-02-26 20:26:36 +05:30
parent f73fb95733
commit a36d0b82f5

View File

@@ -42,7 +42,7 @@ int main()
`gpio_put(OnBoardLED, true)`: Set `OnBoardLED` pin to `on` (`true` to turn on/set to high/voltage to VDD, `false` to turn off/set to low/voltage to GND) `gpio_put(OnBoardLED, true)`: Set `OnBoardLED` pin to `on` (`true` to turn on/set to high/voltage to VDD, `false` to turn off/set to low/voltage to GND)
Pico login HIGH voltage is 3.3v and LOW voltage is 0v. Pico logic HIGH voltage is 3.3v and LOW voltage is 0v.
`sleep_ms(500)`: sleep for 500ms. `sleep_ms(500)`: sleep for 500ms.