Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 761 → Rev 762

/C-OSD/trunk/max7456_software_spi.h
18,6 → 18,10
* 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
* ##########################################################################*/
139,3 → 143,5
* 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