1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-29 13:49:14 +08:00

15 Commits

Author SHA1 Message Date
Thomas Kohler
002c75ce88
test(all): substitude assert.Nil by assert.NoError if useful (#1016) 2023-10-26 20:34:19 +02:00
Thomas Kohler
f9950e247d
test(all): substitude assert.Error by assert.ErrorContains (#1014) 2023-10-25 20:21:18 +02:00
Thomas Kohler
ee4368b10f
test(all): substitude assert.Errorf by assert.Error (#1011) 2023-10-21 10:08:03 +02:00
Thomas Kohler
a4a8d1079c
build(style): switch to gofumpt and add linters (#1009) 2023-10-20 20:50:42 +02:00
Thomas Kohler
3039b2c7cb
test(all): switch to test package stretchr testify (#1006) 2023-10-20 10:27:09 +02:00
Thomas Kohler
865e724af0
Build(v2): revert move to v2 subfolder (#932)
* revert move to v2 subfolder
* fix CI and adjust CHANGELOG
2023-05-29 19:23:28 +02:00
Thomas Kohler
d908619462
Build(v2): fix usage by moving code to a v2 subfolder (#927) 2023-05-22 19:35:36 +02:00
Thomas Kohler
949392d8a7
Fix(core): Semantic Import Versioning for v2 (#921) 2023-05-20 14:25:21 +02:00
deadprogram
227b52889e microbit: handle start error and increase test coverage
Signed-off-by: deadprogram <ron@hybridgroup.com>
2017-04-16 01:06:31 +02:00
deadprogram
e43f1d6780 microbit: correctly read bit status for AD and IO pin status on Start
Signed-off-by: deadprogram <ron@hybridgroup.com>
2017-04-15 18:42:21 +02:00
deadprogram
30df5dc11e aio: only need to support AnalogReader interface
Signed-off-by: deadprogram <ron@hybridgroup.com>
2017-04-15 18:40:41 +02:00
deadprogram
81e36f5aa0 microbit: increase test coverage for IOPinDriver
Signed-off-by: deadprogram <ron@hybridgroup.com>
2017-04-15 17:52:39 +02:00
deadprogram
89daf5c324 microbit: refactoring and increase test coverage for IOPinDriver
Signed-off-by: deadprogram <ron@hybridgroup.com>
2017-04-15 17:37:33 +02:00
deadprogram
c457be7bb6 microbit: increase test coverage for IOPinDriver
Signed-off-by: deadprogram <ron@hybridgroup.com>
2017-04-15 17:19:19 +02:00
deadprogram
ca2854bdf0 microbit: add DigitalWriter, DigitalReader, and AnalogReader support
Signed-off-by: deadprogram <ron@hybridgroup.com>
2017-04-15 17:07:53 +02:00