Shop OBEX P1 Docs P2 Docs Learn Events
the clock S-35390A — Parallax Forums

the clock S-35390A

zapmasterzapmaster Posts: 54
edited 2010-11-28 20:29 in Accessories
i have worked on the clock S-35390A
i have a issue with setting the clock setting
when i set the numbers bigger then 9 it does not set what the deal?

but some of this works
The plan is to update this with the web.(some day)
i had to add to Basic_i2c_driver.spin

pub bithi (SCL)| SDA

SDA := SCL + 1
outa[SDA]~~
outa[SCL]~~
outa[SCL]~
outa[SDA]~

pub bitlo (SCL)| SDA

SDA := SCL + 1
outa[SDA]~
outa[SCL]~~
outa[SCL]~
outa[SDA]~~

Comments

Sign In or Register to comment.