Re: Calling functions
Posted: Fri May 24, 2013 6:17 pm
only on initialization...after it stays.
its C++, so all those functions you see that start with ReefAngel are part of that class. loop() is where you would call your own functions from. take a look at my ino(thread in my signature) for how i do just that. think loop() like main()
its C++, so all those functions you see that start with ReefAngel are part of that class. loop() is where you would call your own functions from. take a look at my ino(thread in my signature) for how i do just that. think loop() like main()