diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..e69de29 diff --git a/lsa08_simplified.cpp b/lsa08_simplified.cpp new file mode 100644 index 0000000..b917082 --- /dev/null +++ b/lsa08_simplified.cpp @@ -0,0 +1,13 @@ +/** + * Source code of the LSA08_Simplified library + * Developed by CSD Robocon NITK + * + * This is free software. You can redistribute it and/or modify it under + * the terms of MIT Licence. + * To view a copy of this license, visit http://opensource.org/licenses/mit-license.php + * + * version: 1.0.0 + */ + +#include "lsa08_simplified.h" + diff --git a/lsa08_simplified.h b/lsa08_simplified.h new file mode 100644 index 0000000..57594eb --- /dev/null +++ b/lsa08_simplified.h @@ -0,0 +1,12 @@ +/** + * Header for LSA08_Simplified library + * Developed by CSD Robocon NITK + * + * This is free software. You can redistribute it and/or modify it under + * the terms of MIT Licence. + * To view a copy of this license, visit http://opensource.org/licenses/mit-license.php + * + * version: 1.0.0 + */ + +#include