You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
389 B

/** \file ssd1306_i2c.h */
#if !defined(SSD1306_I2C_H__AF936065_D874_4AA4_A7D4_296DA996C6F3__INCLUDED_)
#define SSD1306_I2C_H__AF936065_D874_4AA4_A7D4_296DA996C6F3__INCLUDED_
#include "board_config.h"
int8_t TWI_MT_Start (void);
int8_t TWI_MT_Send_SLAW (uint8_t address);
int8_t TWI_MT_Send_Data (uint8_t data);
int8_t TWI_MR_Send_SLAR (uint8_t address);
void TWI_Stop (void);
#endif