Skip to content

Commit

Permalink
v0.4.0 release
Browse files Browse the repository at this point in the history
correct a bug for 32bits compilation
  • Loading branch information
siteswapjuggler committed Nov 14, 2017
1 parent 861abb6 commit 975e084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=Ramp
version=0.3
version=0.4.0
author=Sylvain Garnavault <[email protected]>
maintainer=Sylvain Garnavault <[email protected]>
sentence=A library that manage interpolation beetween values.
paragraph=This library integrates different interpolation modes to animate paremeters in your Arduino sketches. Very usefull to animate RGB Leds per example.
category=Data Processing
url=https://github.com/siteswapjuggler
architectures=avr
architectures=avr, samd
includes=Ramp.h
1 change: 0 additions & 1 deletion src/Ramp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ void _ramp<T>::setGrain(unsigned long _grain) {
-----------------------------*/

template class _ramp<char>;
template class _ramp<byte>;
template class _ramp<unsigned char>;
template class _ramp<int>;
template class _ramp<unsigned int>;
Expand Down

0 comments on commit 975e084

Please sign in to comment.