9 lines
180 B
C
9 lines
180 B
C
|
|
#ifndef _UKSI_OLED_H
|
|
#define _UKSI_OLED_H
|
|
|
|
#include "gfx_lib.h"
|
|
#include "oled.h"
|
|
|
|
void UKSI_Print(float Iso, uint8_t DCState, float Voltage, float Current);
|
|
#endif //_UKSI_OLED_H
|