cyberbeast / tinygo-examples

TinyGo examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

TinyGo examples

wioterminal goroutines

TinyGo example of wioterminal.
https://github.com/sago35/tinygo-examples/tree/main/wioterminal/goroutines

wioterminal sample

TinyGo example of wioterminal.
https://github.com/sago35/tinygo-examples/tree/main/wioterminal/sample

wioterminal other examples

There are many examples below.

xiao-ble examples

TinyGo example of XIAO BLE.
This is a Demo using Bluetooth.

wioterminal initialize

initialize.Wifi(ssid, password) initializes RTL8720DN and configures WiFi.

pinintterrupt

Example of combining pin interrupts and goroutine in TinyGo.
https://github.com/sago35/tinygo-examples/tree/main/pininterrupt

DeviceID / Serial Number

This is an example of reading the DeviceID.
In other words, it is an example of reading data from a specific address of a microcontroller.

The following microcontrollers are supported.

  • atsamd51
  • atsamd21
  • nrf52840
  • stm32f405

LICENSE

MIT

About

TinyGo examples

License:MIT License


Languages

Language:Go 93.0%Language:HTML 3.8%Language:Makefile 3.2%