Add test code for using RTT

This commit is contained in:
Sem van der Hoeven
2023-10-27 00:33:17 +02:00
parent 0e4f501f24
commit 4c78d0eac6
4 changed files with 88 additions and 2 deletions

15
due_obd2/obd2_display.h Normal file
View File

@@ -0,0 +1,15 @@
#ifndef OBD2_DISPLAY_H
#define OBD2_DISPLAY_H
#ifdef __cplusplus
extern "C" {
#endif
/* display size */
#define LCD_W 480
#define LCD_H 320
#ifdef __cplusplus
}
#endif
#endif // !OBD2_DISPLAY_H