Shop OBEX P1 Docs P2 Docs Learn Events
Updated code posted to the OBEX! — Parallax Forums

Updated code posted to the OBEX!

KyeKye Posts: 2,200
edited 2010-08-04 14:21 in Propeller 1
Just a heads up,

---

I updated my DS1307 RTC driver library. The new version now supports run time configurable I/O pins. I have also included an extensive demo that allows you to access all the features of the driver through a serial connection. Finally the driver now supports locking to allow multiprocess access.

Using the demo now, setting the time and date on the RTC is now easier than before! You can also access the 56 bytes of RAM on the DS1307 from the demo.

Additionally I changed the interface of the driver so that now there can never been any problems with getting or setting the time and having roll over occur while doing so.

---

I have also·updated my·generic EEPROM driver·library. The new version now supports run time configurable I/O pins. I have also included an extensive demo that allows you to access all the features of the driver through a serial connection. Finally the driver now supports locking to allow multiprocess access.

Using the demo now, you can preform hex dumps and speed test the code. Currently the read speed goes at 2515 bytes per second at 80 MHZ. Additionally the demo allows you to get and set any byte, word, or long on the EEPROM.

---

I have also updated my string library. The new version now supports·case insensitive and sensitive string comparing, string copying and concatenation, and additional string building rountines.

---

I have also updated my trig library. The new version now has the sine table included within it so that its possible to port it to another·micro easily.

---

I have also update my full duplex serial port driver. The new version now supports run time configurable I/O pins. There is a demo for it also now.

---

I have also updated my half duplex serial port driver. The new version now supports run time configurable I/O pins. There is a demo for it also now.

---

Finally I posted a new driver for the sharp·GP2D02 infrared distance sensor online. There is a demo for also.

---

I have a few more new drivers that I'll be posting later today also, but I have to get some work done so I'll get to that later.

Thanks,

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Nyamekye,

Comments

Sign In or Register to comment.