HID-Project 软件不适用于 arduino leonardo

问题描述 投票:0回答:0

我正在尝试使用 HID-Project 库从电位器中获取数值并使其调整我的计算机的音量。甚至下面的代码也无法正常运行,所以我认为这是库的问题?

这是我的代码:


void setup() { 
  return;
}

void loop() {
  return
}```

and it returns the error:
`Compilation error: expected primary-expression before '}' token`


I cannot figure this out please help i am going crazy
arduino microcontroller hid
© www.soinside.com 2019 - 2024. All rights reserved.