arjo129 / uSpeech

Speech recognition toolkit for the arduino
https://arjo129.wordpress.com/experiments/%C2%B5speech/
MIT License
472 stars 100 forks source link

Move complexity() to private. #27

Closed arjo129 closed 10 years ago

arjo129 commented 10 years ago

This function signal::complexity(int power); should not be used outside of the library. It should be moved to the private section of the header.