Add basic thermal printer control
This commit is contained in:
commit
c695969e59
23 changed files with 1762 additions and 0 deletions
15
src/main.h
Executable file
15
src/main.h
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
#ifndef MAIN_H_
|
||||
#define MAIN_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "stm32f1xx.h"
|
||||
|
||||
#include "pinning.h"
|
||||
#include "buildid.h"
|
||||
#include "debug.h"
|
||||
#include "usb.h"
|
||||
#include "ltp1245.h"
|
||||
|
||||
int main(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue