Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmk committed Oct 25, 2015
1 parent ac86b26 commit 2f589ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ rtc = RTC()
print("Adjusting clock by ", resp.offset, "seconds")
rtc.init(time.localtime(time.time() + resp.offset))
```

##Limitations
The WiPy board doesn't support floating point numbers so times are only dealt with in whole seconds.

0 comments on commit 2f589ee

Please sign in to comment.