Add PDNuart starting interface (not tested & not yet added to main proto)

This commit is contained in:
Edward Emelianov
2023-02-25 22:17:01 +03:00
parent 59d8f8f515
commit 8b6a3e7c20
8 changed files with 273 additions and 3 deletions

View File

@@ -21,6 +21,7 @@
#include "can.h"
#include "flash.h"
#include "hardware.h"
#include "pdnuart.h"
#include "proto.h"
#include "steppers.h"
#include "usb.h"
@@ -86,5 +87,6 @@ int main(void){
if(ans) USB_sendstr(ans);
}
process_keys();
pdnuart_poll();
}
}