libpropeller
Making PropellerGCC Easier
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
Variables
i2c.test.h File Reference
#include <propeller.h>
#include "unity.h"
#include "libpropeller/i2c/i2c.h"
Include dependency graph for i2c.test.h:

Go to the source code of this file.

Variables

const int kSDAPin = 1
 
const int kSCLPin = 0
 
I2C sut
 
int registerAddress = 4
 
int randomAddress = 0
 

Variable Documentation

const int kSCLPin = 0
const int kSDAPin = 1
int randomAddress = 0
int registerAddress = 4
I2C sut