HID macro including unable to compile to chip

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
AndreasR
Posts: 13
http://meble-kuchenne.info.pl
Joined: Tue Feb 09, 2021 5:16 pm
Been thanked: 2 times

HID macro including unable to compile to chip

Post by AndreasR »

Seems to be a bug in the HID macro...
The help file of the HID macro says it is in beta phase when using Arduino.
Here are the facts.
A small programm should send some keycodes to USB connection in an endless loop.
I used the HID macro found in comms section.

First try was an Arduino Leonardo with no success.
Compile to chip says
"D:\temp\PS4-KeySim.c:405:20: fatal error: config.h: No such file or directory

Next try was a Mega 2650 with no success too.
Error code is the same.
"D:\temp\PS4-KeySim.c:405:20: fatal error: config.h: No such file or directory"

In the C Code i don't find any hint to config.h outside of comments.


Both Arduinos are correctly installed an well known (COM3 115kB 8 N 1)

When i change the Arduinos i get into Device manager, check for shielded devices and deinstalled them all.

BenR
Matrix Staff
Posts: 1726
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 438 times
Been thanked: 602 times

Re: HID macro including unable to compile to chip

Post by BenR »

Hello,

Hopefully an answer for you here.
https://www.flowcode.co.uk/forums/viewt ... 3436#p3436

Post Reply