Search found 1 match

by innopeace
Mon Aug 03, 2020 12:15 pm
Forum: General discussion
Topic: USB Composite - Keyboard.press [Please help]
Replies: 1
Views: 4368

USB Composite - Keyboard.press [Please help]

I am upgrading my keypad project from the Arduino Pro Micro to STM32F103.
However, I have a problem using LibMaple (Roger's repo).

Arduino Pro Micro (Atmega 32U) code

#include "Keyboard.h"

void setup() {
Keyboard.begin();
}

void loop(){
Keyboard.press(KEY_F13); //Arduino Built-in F13 ...

Go to advanced search