home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / i2c_interf20936912132007.psc / @PSC_ReadMe_69757_1.txt next >
Text File  |  2007-12-13  |  1KB  |  10 lines

  1. Title: i2c interface pic 16f628
  2. Description: ever wanted to play around with i2c at low level? or just want to see how a pic compiler actually does that uber-cool and uber-quick i2c routines?
  3. this piece of software can help you. you'll need a pic16f628, a serial level converter (max232, you should have one if you call yourself a pic developer).
  4. i used this to toy around with a ds1307 real time clock. the code isn't very commented, but you should see what's going on from the routine name. also included: schematic done in pcb software XD (needs express pcb to open), mplab project (needs mplab).
  5. hope it helps somehow. if you do something interesting with it, let me know. i'm thinking of making a whole suite of emulated i2c devices, that can be accessed from microcontrollers.
  6. This file came from Planet-Source-Code.com...the home millions of lines of source code
  7. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=69757&lngWId=1
  8.  
  9. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  10.