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.
Fork of DISCO-L072CZ-LRWAN1_LoRa_PingPong by
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 "Transmitter.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 00017 #define dprintf(...) { ser->printf(__VA_ARGS__); ser->printf("\r\n"); }
Generated on Wed Jul 13 2022 21:19:47 by
1.7.2
