library.cpp
Go to the documentation of this file.
1 /*
2  * ArduinoCore.cpp
3  *
4  * Created: 27/11/2016 0:59:32
5  * Author : jlblanco
6  */
7 
8 #include <avr/io.h>
9 
10 
11 /* Replace with your library code */
12 int myfunc(void)
13 {
14  return 0;
15 }
16 
int myfunc(void)
Definition: library.cpp:12


arduino_daq
Author(s):
autogenerated on Mon Jun 10 2019 12:46:03