# Packages
No description provided by the author
# README
TinyGo examples
pinintterrupt
Example of combining pin interrupts and goroutine in TinyGo.
https://github.com/sago35/tinygo-examples/tree/master/pininterrupt
info:
pin interrupt is still in the PR stage.
Build
tinygo flash -target pyportal -size short github.com/sago35/tinygo-examples/pininterrupt
or
tinygo build -o app.uf2 -target pyportal -size short github.com/sago35/tinygo-examples/pininterrupt
Environment
PyPortal
D3 : Switch (with pull-up)
D4 : LED
I2C : AE-AQM0802A (I2C 8 x 2 character LCD with st7032)