diff --git a/micropython/examples/badger2040/README.md b/micropython/examples/badger2040/README.md index d6fff622..3047636c 100644 --- a/micropython/examples/badger2040/README.md +++ b/micropython/examples/badger2040/README.md @@ -3,6 +3,7 @@ - [Function Examples](#function-examples) - [Battery](#battery) - [Button Test](#button-test) + - [LED](#LED) - [Application Examples](#application-examples) - [Badge](#badge) - [Checklist](#checklist) @@ -72,4 +73,4 @@ python3 convert.py --binary --resize image_file_1.png image_file_2.png image_fil ### Launcher [Launcher.py](launcher.py) -A launcher style application, that gives a menu of other applications that can be loaded, as well as information such as battery level. \ No newline at end of file +A launcher style application, that gives a menu of other applications that can be loaded, as well as information such as battery level.