An example project for the Heltec Turtle LoRa board (STM32L4 and SX1276 chips). The projects is only supported for the Nucleo-L432KC board platform in the mbed online and offline compiler environment. Visit www.radioshuttle.de (choose Turtle board) for instructions. Note that most source files and libraries are open source, however some files especially the RadioShuttle core protocol is copyrighted work. Check header for details.

Dependencies:   mbed BufferedSerial SX1276GenericLib OLED_SSD1306 HELIOS_Si7021 NVProperty RadioShuttle-STM32L4 USBDeviceHT

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers mbed-util.h Source File

mbed-util.h

00001 /*
00002  * Copyright (c) 2019 Helmut Tschemernjak
00003  * 30826 Garbsen (Hannover) Germany
00004  * Licensed under the Apache License, Version 2.0);
00005  */
00006 
00007 
00008 #ifndef __MBED_UTIL_H__
00009 #define __MBED_UTIL_H__
00010 
00011 
00012 extern int CPUID(uint8_t *buf, int maxSize, uint32_t value);
00013 extern float BatteryVoltage(void);
00014 extern void OTPWrite(uint8_t *address, const void *d, size_t length);
00015 
00016 
00017 
00018 
00019 #endif // __MBED_UTIL_H__