Project

General

Profile

Revision 355

working on getting I2C working. its not.

View differences:

main.c
2 2
#include <i2c.h>
3 3

  
4 4
void recv(char i2c_byte){
5
	usb_puts("ab");
5 6
	usb_putc(i2c_byte);
6 7
	}
7 8

  
......
14 15
	
15 16
	while(1);
16 17
}
17
	

Also available in: Unified diff