Difference between revisions of "Scratchpad"

From Family History Book
 
Line 14: Line 14:
  
 
=Tech Stuff=
 
=Tech Stuff=
 +
 +
==MacOS==
 +
 +
* [https://osxdaily.com/where-download-macos-installers/ MacOS Installers]
 +
 
==Wio Terminal Links==
 
==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

Latest revision as of 16:53, 23 June 2023


Back to Private


Learning

Courses to Take

Tech Stuff

MacOS

Wio Terminal Links

SenseCap Indicator

LoRaWAN Helium Network

TinyML

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.
  • You can add an optional language marker to get syntax highlighting for that language. Common markers are py, c, and sh.
`​`​`py
# Check for equals.
if a == b:
    print("Match")
`​`​`
becomes:
# Check for equals.
if a == b:
    print("Match")

Maker Projects