This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
justhomework/MCU/MCU_REAL_FINAL/display.h

8 lines
96 B
C

#ifndef _DISPLAY_H_
#define _DISPLAY_H_
void displayInit();
void clear();
void write();
#endif