From 70c520768c10b09f6a993631fa074c66c24c9071 Mon Sep 17 00:00:00 2001 From: Chris--A Date: Fri, 30 Oct 2015 22:13:09 +1000 Subject: [PATCH] =?UTF-8?q?Add=20Arduino=20IDE=20library.properties=20file?= =?UTF-8?q?.=EF=BB=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library.properties | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 library.properties diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..20800aa --- /dev/null +++ b/library.properties @@ -0,0 +1,9 @@ +name=PGMWrap +version=1.0.0 +author=Christopher Andrews +maintainer=Christopher Andrews +sentence=A convenient library allowing structures and variables stored in PROGMEM to be read directly. +paragraph=This allevieates the need to use helpers like pgm_read_byte() to access data. +category=Data Storage +url=https://github.com/Chris--A/PGMWrap +architectures=avr \ No newline at end of file