更改/覆盖小装饰品(attiny85)USB标识名称,设备名称 [英] Change/Override Trinket (attiny85) USB identification name, device name

查看:195
本文介绍了更改/覆盖小装饰品(attiny85)USB标识名称,设备名称的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当用作USB键盘时,AdaFruit的小装饰品"库将其自身标识为小装饰品HID组合".是否可以将此名称更改为更有用的名称(使用一些代码,常量等)?

我正在使用Arduino 1.0.4 IDE.查看该库的源代码,但找不到该名称的硬编码.

有什么想法可以覆盖吗?

解决方案

您必须更改Trinket库.
usbconfig.h

中搜索 USB_CFG_DEVICE_NAME

#define USB_CFG_DEVICE_NAME 'T', 'r', 'i', 'n', 'k', 'e', 't', ' ', 'H', 'I', 'D', ' ', 'C', 'o', 'm', 'b', 'o',

这里是对adafruit库的引用: Adafruit-Trinket-USB

The AdaFruit 'Trinket' library identifies itself as "Trinket HID Combo" when using as USB Keyboard. Is it possible to change this name to more useful name (with some code, constant etc)?

I'm using Arduino 1.0.4 IDE. Take a look in the source of this library but cannot find this name hard coded.

Any ideas to override this?

解决方案

You have to change the Trinket library.
Search for USB_CFG_DEVICE_NAME in usbconfig.h

#define USB_CFG_DEVICE_NAME 'T', 'r', 'i', 'n', 'k', 'e', 't', ' ', 'H', 'I', 'D', ' ', 'C', 'o', 'm', 'b', 'o',

Here is the reference to the adafruit library: Adafruit-Trinket-USB

这篇关于更改/覆盖小装饰品(attiny85)USB标识名称,设备名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆