Skip to content

Commit 90f0251

Browse files
committed
Updated version and example code
1 parent c1fed44 commit 90f0251

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ The SensorMonitor example shows the simplicity of creating a module that reads o
5858
The SensorMonitor example is simply reading a motion detector:
5959

6060
```cpp
61-
#include <PJONModuleInterface.h>
62-
#include <PJONLink.h>
61+
#include <MiModule.h>
6362

6463
PJONLink<SoftwareBitBang> link(4); // PJON device id 4
6564

@@ -117,7 +116,7 @@ Here is a snapshot of my own responsive home automation web page, running on a s
117116
#### License
118117
119118
```cpp
120-
/* Copyright 2016 Fred Larsen
119+
/* Copyright 2016-2017 Fred Larsen
121120
122121
Licensed under the Apache License, Version 2.0 (the "License");
123122
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)