nickgammon / BigNumber

BigNumber library for the Arduino
MIT License
85 stars 22 forks source link

Support >=1.5 library spec #4

Closed sleepdefic1t closed 3 years ago

nickgammon commented 6 years ago

I got this error message when compilng:

Missing 'maintainer' from library in /home/nick/Arduino/libraries/BigNumber

Error compiling for board Arduino/Genuino Uno.
nickgammon commented 6 years ago

After adding myself as maintainer I now get:

Invalid library found in /home/nick/Arduino/libraries/BigNumber: Missing 'paragraph' from library
Invalid library found in /home/nick/Arduino/libraries/BigNumber: Missing 'paragraph' from library
sleepdefic1t commented 6 years ago

Whoa Totally missed those. Should be fixed now.

Great work on this library btw. It's been a god-send!