Skip to content

Commit

Permalink
Link to Sphinx documentation added
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-fryza committed Nov 12, 2024
1 parent 1353dfa commit ed85be2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ Pymakr allows you to connect, upload, and run MicroPython code on boards like th
7. [Wi-Fi communication](lab7-wifi)
8. [Project](lab8-project)

Documentation for modules used in the labs is [available here](https://tomas-fryza.github.io/esp-micropython/).

## List of MicroPython examples

* [Blink](examples/01-blink/main.py)
Expand Down
6 changes: 6 additions & 0 deletions modules/hw_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
print("Toggling LED...")
led.toggle()
# Example of using the PwmLed class
led = PwmLed(2)
print("Fading in...")
led.fade_in(duration=2)
Author
------
Tomas Fryza
Expand Down

0 comments on commit ed85be2

Please sign in to comment.