energy.h
来自「Analog 公司 ADE7169 SOC 电表方案DEMO程序」· C头文件 代码 · 共 18 行
H
18 行
/*
-02/27/2006: Petre M.
-this file contains extern declarations of functions and variables used
in energy.c
*/
void ADE_Interrupt(void);
void Reload_from_EEPROM(void);
void Setup_Energy(void);
void Monthly_Energy_Storage(void);
void Active_Energy_read(void);
void Active_Energy_write(void);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?