Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / calibration_platform / station / test / test.pde @ 1917

History | View | Annotate | Download (117 Bytes)

1 1917 jsexton
2
void setup() {
3 1916 jsexton
  Serial.begin(9600);    // Actual baud rate is 19200
4 1917 jsexton
}
5 1916 jsexton
6 1917 jsexton
void loop() {
7
  Serial.println('Toow\n');
8
}