Skip to content

Commit e213505

Browse files
authored
Merge pull request #37 from harp-tech/whoami-submodule
Add WhoAmI index submodule
2 parents 7edf7f5 + 00bb2a3 commit e213505

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

.gitmodules

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
[submodule "src/device.stepperdriver"]
3535
path = src/device.stepperdriver
3636
url = https://github.com/harp-tech/device.stepperdriver.git
37+
[submodule "src/device.hobgoblin"]
38+
path = src/device.hobgoblin
39+
url = https://github.com/harp-tech/device.hobgoblin
3740
[submodule "protocol"]
3841
path = protocol
3942
url = https://github.com/harp-tech/protocol.git
@@ -43,6 +46,6 @@
4346
[submodule "docfx-tools"]
4447
path = docfx-tools
4548
url = https://github.com/bonsai-rx/docfx-tools.git
46-
[submodule "src/device.hobgoblin"]
47-
path = src/device.hobgoblin
48-
url = https://github.com/harp-tech/device.hobgoblin
49+
[submodule "whoami"]
50+
path = whoami
51+
url = https://github.com/harp-tech/whoami.git

docfx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"tutorials/**.md",
3636
"tutorials/**/toc.yml",
3737
"protocol/**.md",
38+
"whoami/whoami.md",
3839
"toc.yml",
3940
"*.md"
4041
],

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Harp is a standardized solution for:
66
- A [binary protocol](./protocol/BinaryProtocol-8bit.md) for communication between devices and PC
77
- [Hardware templates](./protocol/Device.md) for developing new devices
88

9-
All [Harp Devices](./protocol/whoami.md) implement the [Harp Protocol](./protocol/BinaryProtocol-8bit.md) to communicate with an host PC. The `Bonsai.Harp` library provides an implementation of the Harp protocol that can be used to interface with any Harp device.
9+
All [Harp Devices](./whoami/whoami.md) implement the [Harp Protocol](./protocol/BinaryProtocol-8bit.md) to communicate with an host PC. The `Bonsai.Harp` library provides an implementation of the Harp protocol that can be used to interface with any Harp device.
1010

1111
## How to install
1212

whoami

Submodule whoami added at 0012939

0 commit comments

Comments
 (0)