maa: Initial commit of maa, a python and nodejs I2C skeleton only
This commit is contained in:
10
examples/hellomaa.cpp
Normal file
10
examples/hellomaa.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "stdio.h"
|
||||
|
||||
#include "../src/maa.h"
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
fprintf(stdout, "hello maa\n Version: %d\n", get_version());
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user