From 1da46a452a633ee77046f9e246702fdfa078d6ee Mon Sep 17 00:00:00 2001 From: Paul <5690545+PaulZC@users.noreply.github.com> Date: Mon, 22 Jun 2020 16:55:05 +0100 Subject: [PATCH 1/2] Update keywords.txt --- keywords.txt | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/keywords.txt b/keywords.txt index 5531e70..58c2b33 100644 --- a/keywords.txt +++ b/keywords.txt @@ -1,11 +1,11 @@ -================================== -CLASS -================================== +####################################### +# Datatypes (KEYWORD1) +####################################### HT16K33 KEYWORD1 -================================== -FUNCTIONS -================================== +####################################### +# Methods and Functions (KEYWORD2) +####################################### begin KEYWORD2 isConnected KEYWORD2 initialize KEYWORD2 @@ -44,13 +44,9 @@ readRAM KEYWORD2 writeRAM KEYWORD2 writeRAM KEYWORD2 -================================== -CONSTANTS -================================== +####################################### +# Constants (LITERAL1) +####################################### DEFAULT_ADDRESS LITERAL1 DEV_ID LITERAL1 DEFAULT_NOTHING_ATTACHED LITERAL1 - -================================== -DATA TYPES -================================== \ No newline at end of file From 8e8b1d499d1f69ee05380857c53184cfc9637a12 Mon Sep 17 00:00:00 2001 From: Paul <5690545+PaulZC@users.noreply.github.com> Date: Mon, 22 Jun 2020 17:10:24 +0100 Subject: [PATCH 2/2] Update library.properties --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 41243f5..1184018 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=SparkFun Qwiic Alphanumeric Display Arduino Library -version=v1.1.2 +version=1.1.2 author=SparkFun Electronics maintainer=SparkFun Electronics sentence=A library to drive the Holtek HT16K33 LED Driver with an Alphanumeric Display. paragraph=Use our solderless and easy-to-use Qwiic system to send I2C commands to the SparkX Qwiic Alphanumeric Display to print strings. The I2C address is configurable, so you can connect up to four displays on one I2C bus! category=Display url=https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library -architectures=* \ No newline at end of file +architectures=*