Lydia - Printhead
Loading...
Searching...
No Matches
osr-base.cpp File Reference
#include "osr-base.h"

Go to the source code of this file.

Functions

int init_osr_base (void)
 

Function Documentation

◆ init_osr_base()

int init_osr_base ( void )

Definition at line 3 of file osr-base.cpp.

3 {
4 Serial.begin(19200);
5 Serial.println("Init OSR-BASE");
6 return 0;
7}
Definition xtimer.h:21