1
0
Fork 0
mirror of https://github.com/kidoman/embd synced 2025-07-03 03:47:33 +02:00

lowercase package name

This commit is contained in:
Karan Misra 2013-12-21 01:52:36 +05:30
parent 2cda6f6f71
commit c8d703cbdf
2 changed files with 18 additions and 18 deletions

View file

@ -5,7 +5,7 @@ import (
"time"
"github.com/kid0m4n/go-rpi/i2c"
"github.com/kid0m4n/go-rpi/sensor/bh1750Fvi"
"github.com/kid0m4n/go-rpi/sensor/bh1750fvi"
)
func main() {
@ -14,7 +14,7 @@ func main() {
log.Panic(err)
}
lightingSensor := bh1750Fvi.New(bh1750Fvi.High, bus)
lightingSensor := bh1750fvi.New(bh1750fvi.High, bus)
defer lightingSensor.Close()
for {