Skip to content

Commit

Permalink
Add Arduino IDE library.properties file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris--A committed Oct 30, 2015
1 parent 1380504 commit 70c5207
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name=PGMWrap
version=1.0.0
author=Christopher Andrews <[email protected]>
maintainer=Christopher Andrews <[email protected]>
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

0 comments on commit 70c5207

Please sign in to comment.