Compare commits
2 Commits
8961780053
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 33c126f166 | |||
| bd2aa32354 |
@@ -1,15 +1,17 @@
|
||||
# InfiniTime
|
||||
|
||||
> **Warning** This library is no longer maintained. A rewrite has been merged into the ITD repo in [the infinitime subpackage](https://gitea.elara.ws/Elara6331/itd/src/branch/master/infinitime)
|
||||
|
||||
This is a go library for interfacing with InfiniTime firmware
|
||||
over BLE on Linux.
|
||||
|
||||
[](https://pkg.go.dev/go.arsenm.dev/infinitime)
|
||||
[](https://pkg.go.dev/go.elara.ws/infinitime)
|
||||
|
||||
---
|
||||
|
||||
### Importing
|
||||
|
||||
This library's import path is `go.arsenm.dev/infinitime`.
|
||||
This library's import path is `go.elara.ws/infinitime`.
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -106,9 +106,9 @@ func (*Agent) Cancel() *dbus.Error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Path returns "/dev/arsenm/infinitime/Agent"
|
||||
// Path returns "/ws/elara/infinitime/Agent"
|
||||
func (*Agent) Path() dbus.ObjectPath {
|
||||
return "/dev/arsenm/infinitime/Agent"
|
||||
return "/ws/elara/infinitime/Agent"
|
||||
}
|
||||
|
||||
// Interface returns "org.bluez.Agent1"
|
||||
|
||||
Reference in New Issue
Block a user