Difference between revisions of "Scratchpad"
From Family History Book
Line 1: | Line 1: | ||
<!-- This page is for transferring content between my OPi4 and my PC Wiki. Content will be erased quickly. --> | <!-- This page is for transferring content between my OPi4 and my PC Wiki. Content will be erased quickly. --> | ||
+ | ==Wio Terminal Links=== | ||
* GitHub for Wio Terminal SenseCap project: https://github.com/Seeed-Studio/SenseCraft | * GitHub for Wio Terminal SenseCap project: https://github.com/Seeed-Studio/SenseCraft | ||
* Seeed Studio wiki for Wio Terminal built-in light sensor project: https://wiki.seeedstudio.com/Wio-Terminal-Light/ | * Seeed Studio wiki for Wio Terminal built-in light sensor project: https://wiki.seeedstudio.com/Wio-Terminal-Light/ | ||
** When CircuitPython is loaded on Seeeduino Wio Terminal, all you need to do is to write your python program and name it main.py and drag it onto the CIRCUITPY drive. | ** When CircuitPython is loaded on Seeeduino Wio Terminal, all you need to do is to write your python program and name it main.py and drag it onto the CIRCUITPY drive. | ||
+ | ==Discord Tips== | ||
+ | |||
+ | * To include some code in your post, surround the code in single backticks (`) for inline code, or triple backticks for a block of code. | ||
[[Private|Back to Private]] | [[Private|Back to Private]] | ||
<!-- Write below this point --> | <!-- Write below this point --> |
Revision as of 10:01, 10 May 2023
Wio Terminal Links=
- GitHub for Wio Terminal SenseCap project: https://github.com/Seeed-Studio/SenseCraft
- Seeed Studio wiki for Wio Terminal built-in light sensor project: https://wiki.seeedstudio.com/Wio-Terminal-Light/
- When CircuitPython is loaded on Seeeduino Wio Terminal, all you need to do is to write your python program and name it main.py and drag it onto the CIRCUITPY drive.
Discord Tips
- To include some code in your post, surround the code in single backticks (`) for inline code, or triple backticks for a block of code.
Back to Private