]> cloudbase.mooo.com Git - avrcpm.git/commit - avr/init.asm
* I2C Support added
authorLeo <erbl259-lmu@yahoo.de>
Mon, 11 Feb 2013 21:34:04 +0000 (21:34 +0000)
committerLeo <erbl259-lmu@yahoo.de>
Mon, 11 Feb 2013 21:34:04 +0000 (21:34 +0000)
commitd8fa6a36ffba80be398c90641b3e7e7a79d56d43
tree9ed8254cd850aa48689e6ca64f82defd31f6f73f
parent162601cae715d054f74f6882aacb07c1e7a26631
* I2C Support added
  - Generic I2C driver
  - PCF8574 8-bit I/O support
  - PCF8583 RTC support
* cpm/utils/AVRCLOCK.MAC
   - ZSDOS clock driver added
* cpm/utils/TIMER.MAC
   - renamed to ACT.MAC
* cpm/utils/RTCDEMO.PAS
   - Turbo Pascal program to demonstrate the I2C interface added.

git-svn-id: svn://cu.loc/avr-cpm/avrcpm/trunk@195 57430480-672e-4586-8877-bcf8adbbf3b7
13 files changed:
avr/Makefile
avr/avrcpm.asm
avr/config.inc
avr/i2c.asm [new file with mode: 0644]
avr/init.asm
avr/timer.asm
avr/virt_ports.asm
cpm/BIOS.MAC
cpm/CFGACPM.LIB
cpm/Makefile
cpm/utils/ACT.MAC [moved from cpm/utils/TIMER.MAC with 100% similarity]
cpm/utils/AVRCLOCK.MAC [new file with mode: 0644]
cpm/utils/RTCDEMO.PAS [new file with mode: 0644]