AYAB Arduino Firmware 0.95
The goal of the AYAB project is to provide an alternative way to control the famous Brother KH-9xx range of knitting machines using a computer
Adafruit_MCP23008 Class Reference
Collaboration diagram for Adafruit_MCP23008:
Collaboration graph

Public Member Functions

void begin (uint8_t addr)
 
void begin (void)
 
void pinMode (uint8_t p, uint8_t d)
 
void digitalWrite (uint8_t p, uint8_t d)
 
void pullUp (uint8_t p, uint8_t d)
 
uint8_t digitalRead (uint8_t p)
 
uint8_t readGPIO (void)
 
void writeGPIO (uint8_t)
 

Private Member Functions

uint8_t read8 (uint8_t addr)
 
void write8 (uint8_t addr, uint8_t data)
 

Private Attributes

uint8_t i2caddr
 

The documentation for this class was generated from the following files: