Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 686 → Rev 687

/branches/V0.68d Code Redesign killagreg/twimaster.c
1,6 → 1,9
/*############################################################################
############################################################################*/
 
#include <avr/io.h>
#include <avr/interrupt.h>
 
#include "main.h"
#include "twimaster.h"
#include "fc.h"
56,7 → 59,7
 
//############################################################################
//Start I2C
char i2c_write_byte(char byte)
int8_t i2c_write_byte(int8_t byte)
//############################################################################
{
TWSR = 0x00;