Skip to content

HID will not work if STM32FreeRTOS.h is included. #16

Closed
@ogatatsu

Description

@ogatatsu

env: Arduino 1.8.9 + Arduino_Core_STM32 + RobotDyn STM32 MINI
code:

// It does not work if there is this line.
// #include <STM32FreeRTOS.h>
#include "Keyboard.h"

void setup()
{
  Keyboard.begin();
  delay(1000);
  Keyboard.print("test");
  while (1);
}

void loop()
{
}

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions