add: FPC connector skeleton usart. Not working but if will be a starting point for those who might want to help out with it.

This commit is contained in:
Chris 2018-07-30 09:54:44 +02:00
commit bacf8aff0f
8 changed files with 384 additions and 32 deletions

View file

@ -36,6 +36,7 @@
#include "common.h"
#include "usb_cmd.h"
#include "usb_cdc.h"
#include "usart.h"
#include "proxmark3.h"
bool cmd_receive(UsbCommand* cmd);