This commit is contained in:
2026-08-31 22:43:51 -04:00
commit c87308caca
521 changed files with 141326 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
/*
* File: power_mgmt.h
* Author: thebears
*
* Created on December 20, 2024, 3:54 PM
*/
#include <avr/power.h>
#ifndef POWER_MGMT_H
#define POWER_MGMT_H
#ifdef __cplusplus
extern "C" {
#endif
void shutdown_all_peripherals();
#ifdef __cplusplus
}
#endif
#endif /* POWER_MGMT_H */