基于arduino的GPS地图导航系统
代码说明:
基于arduino的GPS地图导航系统 SPI接口。采用Atmega 328为主控芯片 需要采用滤波算法过滤 串口速率与GPS模块要设置一致,接线方式如下: //TFT SDA -> UNO 11 //TFT SCK -> UNO 13 #define TFT_CS 10 // Chip select line for TFT display #define TFT_A0 9 // Data/command line for TFT #define TFT_RST 8 // Reset line for TFT (or connect to +5V) #define TFT_LED A0 #define SD_CS 4 // Chip select line for SD card //SD MISO -> UNO 12 //SD SCK -> UNO 13 //SD MOSI -> UNO 11 //GPS tx - UNO rx //GPS rx - UNO tx #define BTNZOOMIN 2 #define BTNZOOMOUT 3
下载说明:请别用迅雷下载,失败请重下,重下不扣分!


