Skip to content

Renamed *.c.h to .hpp

Compare
Choose a tag to compare
@ArminJo ArminJo released this 17 Sep 12:17
· 36 commits to master since this release
  • Renamed *.c.h and *.cpp.h to .hpp. You must change: #include <irmp.c.h> to: #include <irmp.hpp>!
  • Fix Timer1 initialization for ATtinyX7 parts for ATTinyCore.
  • Modifying digitalWriteFast.h to be compatible with ATTinyCore Digispark Pro default pin mapping.
  • Renamed initPCIInterrupt() to enablePCIInterrupt() and added disablePCIInterrupt().
  • Changed return value for irsnd_send_data() to be false on error conditions.
  • Fixed ICACHE_RAM_ATTR error introduced with 3.4.1.