Advertisement
suwasbohora

I2C_Communication

Aug 23rd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.23 KB | None | 0 0
  1. #include<avr/io.h>
  2.  
  3. void I2C Start();
  4. void I2C Repeated_Start();
  5. void I2C Send_Address(unsigned char);
  6. void I2C Send_Data(unsigned char);
  7. void I2C Read_Address(unsigned char);
  8. void I2C Read_Data(unsigned char);
  9. void I2C Stop();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement