ZestCode
Loading...
Searching...
No Matches
llemu.h
1
#ifndef _PROS_LLEMU_H_
2
#define _PROS_LLEMU_H_
3
4
// TODO:? Should there be weak symbols for the C api in here as well?
5
6
#include "stdbool.h"
7
#include "stdint.h"
8
9
/******************************************************************************/
16
/******************************************************************************/
17
#ifdef _PROS_INCLUDE_LIBLVGL_LLEMU_H
18
#include "liblvgl/llemu.h"
19
#endif
20
21
#ifdef __cplusplus
22
extern
"C"
{
23
namespace
pros {
24
namespace
c {
25
#endif
//__cplusplus
26
45
bool
__attribute__((weak)) lcd_print(__attribute__((unused)) int16_t line, __attribute__((unused))
const
char
* fmt, ...) {
46
return
false
;
47
}
48
49
#ifdef __cplusplus
50
}
// namespace c
51
}
// namespace pros
52
}
// extern "C"
53
#endif
//__cplusplus
54
55
#endif
// _PROS_LLEMU_H_
include
pros
llemu.h
Generated by
1.13.2