Updated Hardware API (markdown)

master
Daniel Campora 2015-09-18 13:11:49 +02:00
rodzic 705e6c2169
commit d42eb9423d
1 zmienionych plików z 1 dodań i 1 usunięć

@ -301,7 +301,7 @@ There will probably also need to be timer channels, which can be attached to pin
Constructor:
`rtc = RTC(id, (year, month, day, hour=0, minute=0, second=0, microsecond=0, tzinfo=None))` create an RTC object instance and set the current time.
`rtc = RTC(id=0, datetime=(year, month, day, hour=0, minute=0, second=0, microsecond=0, tzinfo=None))` create an RTC object instance and set the current time.
Methods: