Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (117 Bytes)

1

    
2
void setup() {
3
  Serial.begin(9600);    // Actual baud rate is 19200
4
}
5

    
6
void loop() {
7
  Serial.println('Toow\n');
8
}