void tud_suspend_cb(bool remote_wakeup_en)
{
    // 消灯
    neoPixelShield.clear();
	neoPixelShield.show();

    __wfi();  // Pythonのlightsleep()と同じ
}