Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure for Arduino Library #26

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Syntax Coloring Map for ArTICL

# Datatypes (KEYWORD1)

# Methods and Functions (KEYWORD2)

# Instances (KEYWORD2)

# Structures (KEYWORD3)

# Constants (LITERAL1)
10 changes: 10 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name=ArTICL
version=0.0.1
16aroth6 marked this conversation as resolved.
Show resolved Hide resolved
author=KermMartian
maintainer=KermMartian
sentence=Arduino TI Calculator Linking Library (ArTICL) for interfacing with TI-8x/9x calculators over the TI Link Protocol
paragraph=Support for the TI graphing calculators with the 2.5mm I/O port.
16aroth6 marked this conversation as resolved.
Show resolved Hide resolved
category=Communication
url=https://github.com/KermMartian/ArTICL
architectures=*
includes=ArTICL.h
Empty file added src/ArTICL.cpp
Empty file.
8 changes: 8 additions & 0 deletions src/ArTICL.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#ifndef ARTCIL_H
#define ARTCIL_H
16aroth6 marked this conversation as resolved.
Show resolved Hide resolved

#include "CBL2.h"
#include "TICL.h"
#include "TIVar.h"

#endif // ARTICL_H
0 CBL2.cpp → src/CBL2.cpp
100755 → 100644
File renamed without changes.
File renamed without changes.
Loading