UKHAS Wiki

UK High Altitude Society

User Tools

Site Tools


code:habep_gps

This is an old revision of the document!


void setup() {

Serial.begin(9600); // Initialize the serial connection

}

void loop() {

if(Serial.available()>0) {
  Serial.println(Serial.read());
}

}

code/habep_gps.1208978923.txt.gz ยท Last modified: 2008/07/19 23:31 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki