Skip to content

Commit

Permalink
curie: improve README info
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Jun 15, 2017
1 parent 39104fb commit abc7302
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions platforms/intel-iot/curie/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ func main() {
log.Println("Temperature", data)
})

imu.On("Motion", func(data interface{}) {
log.Println("Motion", data)
})

gobot.Every(1*time.Second, func() {
led.Toggle()
})
Expand All @@ -59,7 +55,6 @@ func main() {
imu.ReadAccelerometer()
imu.ReadGyroscope()
imu.ReadTemperature()
imu.ReadMotion()
})
}

Expand Down

0 comments on commit abc7302

Please sign in to comment.