X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=firmware%2Finclude%2Ftwe.h;h=dcd68879368fd9379df8038cc52f424f81d25cab;hb=9a80a19cb770d327da52ec6d04ad0fc564f62270;hp=3d43a8af0cda909e37c545df1269db1e73b7aecc;hpb=07652639a8256048cfdc4e63f79bb4e3f79dc768;p=goodfet diff --git a/firmware/include/twe.h b/firmware/include/twe.h index 3d43a8a..dcd6887 100644 --- a/firmware/include/twe.h +++ b/firmware/include/twe.h @@ -11,9 +11,6 @@ #define TWE 0x05 //Pins and I/O -//~ #define MOSI BIT1 -//~ #define MISO BIT2 -//~ #define SCK BIT3 #define SDA BIT1 #define SCL BIT3 @@ -28,13 +25,6 @@ void twe_setup(); //! Read and write an SPI byte. unsigned char twe_trans8(unsigned char byte); -//! Read a block to a buffer. -//~ void twe_peekblock(uint8_t const app, - //~ uint8_t const verb, - //~ uint16_t adr, - //~ uint32_t len); - - void twe_handle_fn( uint8_t const app, uint8_t const verb, uint32_t const len);