I2Cwrapper v0.5.0
Generic framework for Arduino I2C target devices
Change_address.ino File Reference

Functions

void setup ()
 
void loop ()
 

Variables

const uint8_t oldAddress = 0x08
 
const uint8_t newAddress = 0x09
 
const int me = 2500
 
I2Cwrapper wrapper (oldAddress)
 
I2Cwrapper wrapperNew (newAddress)
 

Function Documentation

◆ loop()

void loop ( void  )

◆ setup()

void setup ( void  )

Variable Documentation

◆ me

const int me = 2500

◆ newAddress

const uint8_t newAddress = 0x09

◆ oldAddress

const uint8_t oldAddress = 0x08

◆ wrapper

◆ wrapperNew

I2Cwrapper wrapperNew(newAddress) ( newAddress  )