Project

General

Profile

Statistics
| Revision:

root / lab5 / graphics.h @ 98

History | View | Annotate | Download (231 Bytes)

1
#ifndef GRAPHICS_H_INCLUDED
2
#define GRAPHICS_H_INCLUDED
3

    
4
#include <stdint.h>
5

    
6
/**
7
 * @brief
8
 * @param mode
9
 * @return
10
 */
11
int (set_graphics_mode)(uint16_t mode);
12

    
13
#endif /* end of include guard: GRAPHICS_H_INCLUDED */