Skip to content

Commit 0b637cb

Browse files
Add files via upload
1 parent 89f7373 commit 0b637cb

File tree

4 files changed

+44
-0
lines changed

4 files changed

+44
-0
lines changed

Goldfish4Tech.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
*
3+
* Written by Goldfish4Tech.
4+
*
5+
*/
6+
7+
#include "Goldfish4Tech.h"

Goldfish4Tech.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
* Written by Goldfish4Tech.
3+
*
4+
*/
5+
6+
#ifndef Goldfish4Tech_H
7+
#define Goldfish4Tech_H
8+

library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=Goldfish4Tech
2+
version=1.0.0
3+
author=Goldfish4Tech
4+
maintainer=Goldfish4Tech <[email protected]>
5+
sentence=Arduino demo code for project
6+
paragraph=Arduino demo code for project
7+
category=Device Control
8+
url=https://github.com/Goldfish4Tech/Goldfish4Tech
9+
architectures=*

license.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Copyright (c) 2021 Goldfish4Tech
2+
3+
4+
Permission is hereby granted, free of charge, to any person obtaining a copy
5+
of this software and associated documentation files (the "Software"), to deal
6+
in the Software without restriction, including without limitation the rights
7+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8+
copies of the Software, and to permit persons to whom the Software is
9+
furnished to do so, subject to the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included in all
12+
copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
18+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
19+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
20+
OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)