mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
10 lines
98 B
C++
10 lines
98 B
C++
|
|
#include "Arduino.h"
|
|
#include "foo.h"
|
|
#include "CRC.h"
|
|
|
|
int foo(int n)
|
|
{
|
|
return reverse8(n);
|
|
}
|