GY-63_MS5611/libraries/CRC/examples/CRC_include_test/foo.h

15 lines
151 B
C
Raw Normal View History

2022-04-21 10:53:32 -04:00
//namespace foo
//{
// #include "Arduino.h"
// #include "CRC.h"
//
// int foo(int n);
//}
#include "Arduino.h"
#include "CRC.h"
int foo(int n);