Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 762 → Rev 761

/C-OSD/trunk/max7456_software_spi.h
18,10 → 18,6
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
****************************************************************************/
 
#ifndef _MAX7456_SOFTWARE_SPI_H
#define _MAX7456_SOFTWARE_SPI_H
 
 
/* ##########################################################################
* Software SPI to communicate with MAX7456
* ##########################################################################*/
143,5 → 139,3
* wirte a <position> at <x>/<y> assuming it is a gps position for long-/latitude
*/
void write_gps_pos(uint8_t, uint8_t, int32_t);
 
#endif