Skip to content

Commit

Permalink
Add library template files
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelJojoP committed Aug 13, 2024
1 parent bafeffa commit a3a831b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
Empty file added library.properties
Empty file.
13 changes: 13 additions & 0 deletions lsa08_simplified.cpp
Original file line number Diff line number Diff line change
@@ -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"

12 changes: 12 additions & 0 deletions lsa08_simplified.h
Original file line number Diff line number Diff line change
@@ -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<Arudino.h>

0 comments on commit a3a831b

Please sign in to comment.