Small fixes.

dev
Holger Wirtz 9 months ago
parent 66243bcd7b
commit 4f8790ee8f
  1. 17
      .theia/launch.json
  2. 1
      midi_devices.hpp
  3. 12
      third-party/MD_REncoderPlus/library.properties

@ -1,17 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
"version": "0.2.0",
"configurations": [
{
"cwd": "${workspaceFolder}",
"executable": "./bin/executable.elf",
"name": "Debug with ST-Util",
"request": "launch",
"type": "cortex-debug",
"runToEntryPoint": "main",
"showDevDebugOutput": "none",
"servertype": "stutil"
}
]
}

@ -40,6 +40,7 @@ struct MicroDexedSettings : public midi::DefaultSettings {
#ifdef MIDI_DEVICE_DIN
MIDI_CREATE_CUSTOM_INSTANCE(HardwareSerial, MIDI_DEVICE_DIN, midi_serial, MicroDexedSettings);
#endif
#ifdef MIDI_DEVICE_USB_HOST
USBHost usb_host;
MIDIDevice midi_usb(usb_host);

@ -1,10 +1,10 @@
name=MD_REncoder
version=1.0.1
author=majicDesigns
maintainer=marco_c <8136821@gmail.com>
name=MD_REncoderPlus
version=1.0.2
author=dcoredump@googlemail.com
maintainer=
sentence=Library for Rotary Encoder
paragraph=This is an adaptation of Ben Buxton's excellent rotary library and implements additional features for encoder rotation speed.
paragraph=This is an adaptation of the adaption of Ben Buxton's excellent rotary library and implements additional features for encoder rotation speed.
category=Sensors
url=https://github.com/MajicDesigns/MD_REncoder
url=https://codeberg.org/dcoredump/MicroDexed/src/branch/dev/third-party/MD_REncoderPlus
architectures=*
license=LGPL-2.1

Loading…
Cancel
Save