Skip to content

attiny usi twi i2c simple examples and pcf8574 gpio expander. USI used by attiny84, attiny85, attiny2313 and other atmel chips.

License

Notifications You must be signed in to change notification settings

affanse/usi-twi-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Attiny85 USI TWI/I2C examples

  • Attiny USI TWI/I2C simple examples and PCF8574 GPIO expander.
  • Very small compared to Arduino version because its directly coded using the RISC Instruction Set MCU Registers.

Tools

  1. Software
  1. Hardware
  • USBASP
  • Attiny85
  • PCF8574
  • Keypad 4x4 Membrane Matrix
  • CP2102 USB to TTL/Serial (for debugging)

Connection

  1. Connect Attiny pins to PCF8574 I2C pins
  2. Connect Keypad pins to PCF8574 IO pins
  3. Connect CP2102 to Attiny85 pin.

Build

  • You might one to check the Makefile first before running make.
  • And run make and make flash
affan@tumbleweed:~/uC/tiny85/c/T85-USI-PCF8574> make
avr-gcc -std=c99 -Wall -g -Os -mmcu=attiny85 -DF_CPU=1000000 -I.  -o main.o main.c
/usr/lib64/gcc/avr/11/ld: warning: -z relro ignored
avr-objcopy -j .text -j .data -O ihex main.o main.hex
avr-size -C --mcu=attiny85 main.o
AVR Memory Usage
----------------
Device: attiny85

Program:     372 bytes (4.5% Full)
(.text + .data + .bootloader)

Data:          3 bytes (0.6% Full)
(.data + .bss + .noinit)

About

attiny usi twi i2c simple examples and pcf8574 gpio expander. USI used by attiny84, attiny85, attiny2313 and other atmel chips.

Topics

Resources

License

Stars

Watchers

Forks