mirror of https://bitbucket.org/ausocean/av.git
turbidity files tagged for (not) nocv
This commit is contained in:
parent
3c8039b757
commit
e3252ed4bb
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
||||||
module bitbucket.org/ausocean/av
|
module bitbucket.org/ausocean/av
|
||||||
|
|
||||||
go 1.17
|
go 1.16
|
||||||
|
|
||||||
require (
|
require (
|
||||||
bitbucket.org/ausocean/iot v1.3.0
|
bitbucket.org/ausocean/iot v1.3.0
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// +build !nocv
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// +build !nocv
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
// struct to hold the results of the turbidity sensor.
|
// struct to hold the results of the turbidity sensor.
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// +build !nocv
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue