Skip to content

this repostiory different communication provide with arduinos for examples uart , tcp/ip and i2c protocol

Notifications You must be signed in to change notification settings

harunkurtdev/hardware_communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hardware communication for microcontroller

baseUART

we maked at uart communication for two arduino and others we use a struct, pointer and bytewise operating

uartIMAGE

baseI2C

we use i2c communication for two arduino and others and a arduino master and the other arduino slave, come values from master , slave is showing display comming value we use a bytewise and byteshift operating

i2cIMAGE