Improved error handling during code generation
[cerebrum.git] / avr / spi.h
blob60d5b179d58bf63b749025dd4f9d48d6b5938da0
1 /*
2 Copyright (C) 2012 jaseg <s@jaseg.de>
4 This program is free software; you can redistribute it and/or
5 modify it under the terms of the GNU General Public License
6 version 3 as published by the Free Software Foundation.
7 */
9 #ifndef __SPI_H__
10 #define __SPI_H__
12 uint8_t spi_transfer(uint8_t data);
14 #endif//__SPI_H__