turbidity files tagged for (not) nocv

This commit is contained in:
Saxon Nelson-Milton 2022-01-05 13:16:08 +10:30
parent 3c8039b757
commit e3252ed4bb
4 changed files with 7 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module bitbucket.org/ausocean/av
go 1.17
go 1.16
require (
bitbucket.org/ausocean/iot v1.3.0

View File

@ -1,3 +1,5 @@
// +build !nocv
package main
import (

View File

@ -1,3 +1,5 @@
// +build !nocv
package main
// struct to hold the results of the turbidity sensor.

View File

@ -1,3 +1,5 @@
// +build !nocv
package main
import (