Low-Power icon indicating copy to clipboard operation
Low-Power copied to clipboard

Added a Makefile that will produce ./lib/<MCU>/liblowpower.a files.

Open wingunder opened this issue 6 years ago • 0 comments

This patch attempts to achieve the following:

  • Supplies a Makefile for building a library per supported mcu.
  • Works around issue #14 in a single line inside the Makefile.
  • Fixes some warnings of unused variables for certain mcus
  • Removes the unnecessary inclusion of <Arduino.h>.

wingunder avatar Mar 17 '18 22:03 wingunder