Skip to content

Commit d0ccb31

Browse files
authored
Update content/micropython/01.basics/08.reference/reference.md
1 parent b6942bd commit d0ccb31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/micropython/01.basics/08.reference/reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors: Karl Söderby
55
micropython_type: basics
66
---
77

8+
***Please note that some part of this reference is still in progress and will be updated over time. The article is subject to minor changes.***
9+
810
This reference serves as a "translation" between what is known as the **Arduino API**, which is documented in the [Arduino Language Reference](https://www.arduino.cc/reference/en/), and the **MicroPython API**.
911

1012
The main goal with this reference is to provide an understanding of how to e.g. use common Arduino concepts such as `digitalWrite()` in a MicroPython script.

0 commit comments

Comments
 (0)