Add UBusTimer Object. And Add a Test of it into Domo program.

This commit is contained in:
2016-05-17 23:44:23 +02:00
parent 0a12c35f70
commit 16145d6dde
10 changed files with 328 additions and 4 deletions

9
build.local.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
if [ -e build ]; then
echo "Clean"
rm -rf build/*
fi
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchain-Local.cmake ..
make