Skip to content

Commit

Permalink
add buildtag
Browse files Browse the repository at this point in the history
  • Loading branch information
akif999 committed Feb 13, 2023
1 parent ae9c89a commit 22e66b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e220/e220.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build tinygo

// Package e220 implements a driver for the e220 LoRa module.
//
// Datasheet(E220-900T22S JP): https://dragon-torch.tech/wp-content/uploads/2022/08/data_sheet.pdf
Expand Down
2 changes: 2 additions & 0 deletions examples/e220/rx/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build tinygo

// This is example of reading data from E220.
package main

Expand Down
2 changes: 2 additions & 0 deletions examples/e220/tx/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build tinygo

// This is example of writing data to E220.
package main

Expand Down

0 comments on commit 22e66b7

Please sign in to comment.