TinyGo example of wioterminal.
https://github.com/sago35/tinygo-examples/tree/main/wioterminal/goroutines
TinyGo example of wioterminal.
https://github.com/sago35/tinygo-examples/tree/main/wioterminal/sample
Using tinygo-keyboard, wioterminal becomes a USB HID Keyboard.
Keymap settings can be changed from a web browser using Vial.
- wiokey example can also be run on wioterminal alone
There are many examples below.
TinyGo example of XIAO BLE.
This is a Demo using Bluetooth.
initialize.Wifi(ssid, password)
initializes RTL8720DN and configures WiFi.
Example of combining pin interrupts and goroutine in TinyGo.
https://github.com/sago35/tinygo-examples/tree/main/pininterrupt
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
MIT