Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhitman committed May 23, 2024
1 parent 083575c commit becfbc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tulip_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ ms = tulip.ticks_ms() # returns the milliseconds since boot, aka Arduino millis(
board = tulip.board() # Returns the board type, e.g. "TDECK", "N16R8" etc
```

## Making app packages and screens

If you have a program that relies on mulitple files (graphics, or multiple Python files) you'll want to create a Tulip Package. A package is just a folder with your files in it, like:

```
Expand Down

0 comments on commit becfbc2

Please sign in to comment.