Difference between revisions of "Scratchpad"

From Family History Book
Line 20: Line 20:
 
==SenseCap Indicator==
 
==SenseCap Indicator==
 
* [https://wiki.seeedstudio.com/SenseCAP_Indicator_How_To_Flash_The_Default_Firmware/ How to flash the firmware]
 
* [https://wiki.seeedstudio.com/SenseCAP_Indicator_How_To_Flash_The_Default_Firmware/ How to flash the firmware]
 +
* [https://github.com/Seeed-Solution/sensecap_indicator_esp32 Firmware on GitHub]
  
 
==TinyML==
 
==TinyML==

Revision as of 11:49, 6 June 2023


Back to Private


Learning

Courses to Take

Tech Stuff

Wio Terminal Links

SenseCap Indicator

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