You mean a Bangle.js watch controlling your car? Absolutely - I don't think you need to use HID for that.
As an example, there's the Smartibot app - that communicates with a Smartibot (which also runs Espruino): https://github.com/espruino/BangleApps/blob/master/apps/smartibot/app.js
But basically all it does is:
w(1,0,0,0)
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
You mean a Bangle.js watch controlling your car? Absolutely - I don't think you need to use HID for that.
As an example, there's the Smartibot app - that communicates with a Smartibot (which also runs Espruino): https://github.com/espruino/BangleApps/blob/master/apps/smartibot/app.js
But basically all it does is:
w(1,0,0,0)
to control the motors