Deprecated List

Global eeprom_rb (addr)
Use eeprom_read_byte() in new programs.

Global eeprom_rw (addr)
Use eeprom_read_word() in new programs.

Global eeprom_wb (addr, val)
Use eeprom_write_byte() in new programs.

Global PRG_RDB (addr)
Use pgm_read_byte() in new programs.

Global cbi (sfr, bit)
#include <avr/io.h>
For backwards compatibility only. This macro will eventually be removed.

Global sbi (sfr, bit)
#include <avr/io.h>
For backwards compatibility only. This macro will eventually be removed.

Global inb (sfr)
#include <avr/io.h>
For backwards compatibility only. This macro will eventually be removed.

Global outb (sfr, val)
#include <avr/io.h>

Global inw (sfr)
#include <avr/io.h>
For backwards compatibility only. This macro will eventually be removed.

Global outw (sfr, val)
#include <avr/io.h>
For backwards compatibility only. This macro will eventually be removed.

Global outp (val, sfr)
For backwards compatibility only. This macro will eventually be removed.

Global inp (sfr)
For backwards compatibility only. This macro will eventually be removed.

Global BV (bit)
For backwards compatibility only. This macro will eventually be removed.

Automatically generated by Doxygen 1.3.6 on 21 Jan 2005.