Skip to content

Не работает Looper на stm32 arduino  #1

@JonyBest

Description

@JonyBest

Доброго времени! На esp32 библиотека работает великолепно. Настолько хороша, что вызывает привыкание :)
Но проекты на stm32f401cc, Arduino Core for STM32 2.8.1, не работают.

LP_TIMER(500, [](){
    Serial.println("hello!");
});

Таймер не пускается. В порт print не выводит

LP_THREAD({
if (Looper.thisSetup()) {
}
Serial.println("myPins");
 })

Этот код приводит к зависанию

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions