Skip to content

Instantly share code, notes, and snippets.

View haliloncen's full-sized avatar
🏠
Working from home

Halil ÖNCEN haliloncen

🏠
Working from home
View GitHub Profile
@maunsen
maunsen / boards.txt
Last active December 10, 2024 05:09
When using a Mac you need to make some other modifications to your boards.txt. You have to copy the internals of the folder /Users/<yourUserName>/Library/Arduino15/packages/arduino/hardware/avr/1.8.6/ to /Users/<yourUserName>/Documents/Arduino/hardware/Spacemouse/avr/1.8.6/ and exchange the boards.txt file in there with the contents down below. …
micro.name=SpaceMouse Pro Wireless (cabled)
micro.vid.0=0x2341
micro.pid.0=0x0037
micro.vid.1=0x2341
micro.pid.1=0x8037
micro.vid.2=0x2A03
micro.pid.2=0x0037
micro.vid.3=0x2A03
micro.pid.3=0x8037
micro.vid.4=0x2341
@inesusvet
inesusvet / proto.js
Last active February 19, 2025 17:37
module.exports = {
package: null,
syntax: "proto2",
messages: [{
name: "Msg",
syntax: "proto2",
fields: [{
rule: "optional",
type: "Commands",
name: "command_number",