SofaPirate / Plaquette

Object-oriented Arduino library for creative physical computing
https://sofapirate.github.io/Plaquette/
GNU General Public License v3.0
15 stars 4 forks source link

File pq_trig8.h defines functions that are not used #102

Closed sofian closed 6 months ago

sofian commented 7 months ago

Functions sin16_avr and sin16_C should only be defined when needed, right now they are both defined. Same with sin8_avr which is not used anyways. Feels like not such a good use of space. I would arrange the define if/else better and get rid of the 8-bits functions which are not really used anyway.

sofian commented 6 months ago

Fixed.