Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: LowPower.idle(IDLE_2); doesn't do anything #11172
    boggydew
    Participant

    Hi,

    No, it is definitely intended for the SAMD21, see code from LowPower.h below:
    #if defined (__SAMD21G18A__)
    void idle(idle_t idleMode);
    void standby();
    #else
    #error “Please ensure chosen MCU is ATSAMD21G18A.”
    #endif

Viewing 1 post (of 1 total)