Skip to content

Commit

Permalink
Update the description file
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Jan 29, 2020
1 parent e560c9f commit 5c40b01
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.DS_Store
platformio.ini
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
.vscode
test
lib
*/src/main.cpp
3 changes: 3 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Acsip S7xG Library
===============

13 changes: 13 additions & 0 deletions examples/s7xg_gps/s7xg_gps.ino
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#include "acsip.h"


void setup()
{


}

void loop()
{

}
13 changes: 13 additions & 0 deletions examples/s7xg_lorawan/s7xg_lorawan.ino
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#include "acsip.h"


void setup()
{


}

void loop()
{

}
13 changes: 13 additions & 0 deletions examples/s7xg_rf/s7xg_rf.ino
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#include "acsip.h"


void setup()
{


}

void loop()
{

}
15 changes: 15 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#######################################
# Syntax Coloring Map
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################

KEYWORD1

#######################################
# Methods and Functions (KEYWORD2)
#######################################

KEYWORD2

20 changes: 20 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Acsip S7xG Library",
"description": "Acsip S76G/78G UART firmware communication library",
"keywords": "lorawan,gps,rf,s76g,s78g,esp32,acsip",
"authors": [
{
"name": "Lewis He",
"email": "lewishe@outlook.com",
"url": "https://github.com/lewisxhe/Acsip-S7xG-Library",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/lewisxhe/Acsip-S7xG-Library"
},
"version": "1.0.0",
"homepage": "https://github.com/lewisxhe/Acsip-S7xG-Library",
"frameworks": "Arduino"
}
9 changes: 9 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name=Acsip S7xG Library
version=1.0.0
author=Lewis He
maintainer=Lewis He <lewishe@outlook.com>
sentence=Acsip S76G/78G UART firmware communication library
paragraph=lorawan,gps,rf,s76g,s78g,esp32,acsip
category=Communication
url=https://github.com/lewisxhe/Acsip-S7xG-Library
architectures=*

0 comments on commit 5c40b01

Please sign in to comment.