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