nckpln

Results 3 issues of nckpln

In some cases it would be very nice to have a good time resolution without creating a huge load on file system / network / battery. I'm using GPSlogger in...

My setup: MCU stm32f103c8 CubeMX v.6.3.0 AL94.I-CUBE-USBD-COMPOSITE v.1.0.3 app.c ``` #include "main.h" #include "usbd_def.h" extern USBD_HandleTypeDef hUsbDevice; uint8_t kbdPress[8] = {0,0,4,0,0,0,0,0}; uint8_t kbdRelease[8] = {0,0,0,0,0,0,0,0}; #define LED_ON() LL_GPIO_ResetOutputPin(LED_GPIO_Port, LED_Pin) #define...

### Context There are plenty of PTT apps exist on a market mostly for mobile devices and they already have existing hardware which meant to be used in scenarios similar...

client
feature-request
help wanted
GlobalShortcuts