开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Re: HABalloon Project


 

missing volatile bool proceed = false;


On Thu, Nov 26, 2020 at 8:04 AM JanV via <jan.vadilijev=[email protected]> wrote:
Hi,

thanks but I got
'proceed' was not declare in this scope?

Br Jan

On Thu, Nov 26, 2020 at 8:00 AM Mikael Dagman <mikael_dagman@...> wrote:
All other code leave as is, just inser those pieces of code

ISR(TIMER1_COMPA_vect)
{ proceed = true; }



put in the end of void setup()?



? noInterrupts(); // Set up Timer1 for interrupts every symbol period.
? TCCR1A = 0;
? TCNT1? = 0;
? TCCR1B = (1 << CS12) |
? ? ? ? ? ?(1 << CS10) |
? ? ? ? ? ?(1 << WGM12);
? TIMSK1 = (1 << OCIE1A);
? OCR1A = WSPR_CTC;
? interrupts();

Join [email protected] to automatically receive all group messages.