Skip to content

headblockhead/tinygorfm9x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinygorfm9x

A tinygo library to run an rfm9x module. Based off of code by @cyraxx and this adafruit article.

See the example for usage.

Tasks

Upload

Upload the example code to the device.

tinygo flash -target challenger-rp2040 example/main.go

Edit

Open vscode with tinygo autocomplete

tinygo-edit --target challenger-rp2040 --editor code