Skip to content

Version-1.2.0

Compare
Choose a tag to compare
@bengtmartensson bengtmartensson released this 11 Feb 09:42
· 19 commits to master since this release
Version-1.2.0
7fac29f

Version 1.2.0 constitutes a rather extensive refactoring, in particular regarding memory allocation.
It now uses some of the features of "modern C++" (restricted to C++-11 for Arduino compatibility)
(#16 and #17), like move semantics. For the API user, this means that the duration data
used to call the constructors of IrSequence and IrSignal are to be allocated using new,
and are "moved" into the constructed objects. Also, MicroGirs has been removed.
(The user should use AGirs instead.)