You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# ArduinoFake
2
2
3
3
`ArduinoFake` is a simple mocking framework for Arduino.
4
-
`ArduinoFake` is based on [FakeIt](https://github.com/eranpeer/FakeIt) and can be used for testing both your arduino project natively.
4
+
`ArduinoFake` is based on [FakeIt](https://github.com/eranpeer/FakeIt) and can be used for testing your arduino project natively. No arduino required !
5
5
6
6
7
7
## Quickstart
@@ -53,4 +53,4 @@ void test_loop(void)
53
53
```
54
54
55
55
Checkout the [examples](./examples) for many more examples!
0 commit comments