Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed SoftSerial USBDevice Buffer
main.h
00001 /* 00002 * Copyright (c) 2017 Helmut Tschemernjak 00003 * 30826 Garbsen (Hannover) Germany 00004 * Licensed under the Apache License, Version 2.0); 00005 */ 00006 00007 #include "mbed.h" 00008 #include "PinMap.h" 00009 #include "BufferedSerial.h" 00010 #include "Receiver.h" 00011 00012 void SystemClock_Config(void); 00013 00014 extern BufferedSerial *ser; 00015 extern void dump(const char *title, const void *data, int len, bool dwords = false); 00016 void mode_buffer(uint8_t buf[22],int xx); 00017 #define dprintf(...) { ser->printf(__VA_ARGS__); ser->printf("\r\n"); }
Generated on Wed Jul 13 2022 09:14:57 by
1.7.2