File tree 9 files changed +12
-12
lines changed
9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 5
5
6
6
// / @file
7
7
// / LiquidCrystal library, extended for use over I2C with the LCD Plug.
8
- // / See http://news. jeelabs.org/2009/09/26/generalized-liquidcrystal-library/
8
+ // / See http://jeelabs.org/2009/09/26/generalized-liquidcrystal-library/
9
9
10
10
#include < inttypes.h>
11
11
#include < Print.h>
Original file line number Diff line number Diff line change 8
8
// 2010-06-17: add power saving logic, should reduce consumption by over 90%
9
9
// 2010-06-24: improved power savings, several "hot spots" optimized
10
10
11
- // see http://news. jeelabs.org/2010/06/20/battery-savings-for-the-pressure-plug/
12
- // see http://news. jeelabs.org/2010/06/30/going-for-gold-with-the-bmp085/
11
+ // see http://jeelabs.org/2010/06/20/battery-savings-for-the-pressure-plug/
12
+ // see http://jeelabs.org/2010/06/30/going-for-gold-with-the-bmp085/
13
13
14
14
#include < JeeLib.h>
15
15
#include < PortsBMP085.h>
Original file line number Diff line number Diff line change 2
2
// / Variant of isp_flash which supports the Flash Board with on-board EEPROM.
3
3
4
4
// Originally derived from http://arduino.cc/en/Tutorial/ArduinoISP
5
- // see http://news. jeelabs.org/2010/04/24/isp-plug/
5
+ // see http://jeelabs.org/2010/04/24/isp-plug/
6
6
7
7
// This is an STK500-/AVRISP-compatible programmer with a twist: when used with
8
8
// the Flash Board which has EEPROM memory on board, a copy of all programming
Original file line number Diff line number Diff line change 2
2
// / Derived from http://arduino.cc/en/Tutorial/ArduinoISP
3
3
// - 2010-04-17, jcw
4
4
//
5
- // see http://news. jeelabs.org/2010/04/24/isp-plug/
5
+ // see http://jeelabs.org/2010/04/24/isp-plug/
6
6
// and http://jeelabs.org/2011/05/29/summary-of-isp-options/
7
7
8
8
// pin definitions
Original file line number Diff line number Diff line change 2
2
// / Upload a built-in range of data bytes to a target board attached via ISP.
3
3
// 2010-04-18 <[email protected] > http://opensource.org/licenses/mit-license.php
4
4
//
5
- // see http://news. jeelabs.org/2010/04/25/preparing-atmegas-with-isp/
5
+ // see http://jeelabs.org/2010/04/25/preparing-atmegas-with-isp/
6
6
7
7
// see http://jeelabs.org/tag/isp/ for related weblog posts
8
8
// and http://jeelabs.org/2011/05/29/summary-of-isp-options/
Original file line number Diff line number Diff line change 2
2
// / Upload a boot loader and the blink demo sketch to a second board.
3
3
// 2020-05-29 <[email protected] > http://opensource.org/licenses/mit-license.php
4
4
5
- // see http://news. jeelabs.org/2010/04/25/preparing-atmegas-with-isp/
5
+ // see http://jeelabs.org/2010/04/25/preparing-atmegas-with-isp/
6
6
// http://jeelabs.org/2011/05/17/switching-to-optiboot/
7
7
// http://jeelabs.org/2011/05/26/fixing-the-isp_repair-sketch/
8
8
// http://jeelabs.org/2011/05/29/summary-of-isp-options/
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ HOW TO SET UP A SMALL WIRELESS TEST
12
12
===================================
13
13
14
14
1. First of all, get two units hooked up as described here:
15
- http://news. jeelabs.org/2009/02/10/rfm12b-library-for-arduino/
15
+ http://jeelabs.org/2009/02/10/rfm12b-library-for-arduino/
16
16
I use "JeeNodes" for this, but that's just me:
17
- http://news. jeelabs.org/2009/03/05/jeenode-v2-pcb/
17
+ http://jeelabs.org/2009/03/05/jeenode-v2-pcb/
18
18
19
19
2. Compile and upload this RF12demo sketch to both boards. The serial baud
20
20
rate is set at 57600, you can change it in the source code if needed.
@@ -70,6 +70,6 @@ HOW TO SET UP A SMALL WIRELESS TEST
70
70
71
71
14. The code is fully open source - feel free to browse and make changes as you
72
72
see fit. The latest version of this software is always available here:
73
- http ://jeelabs.org/view/libraries/RF12/
73
+ https ://github.com/jcw/jeelib
74
74
75
75
That's it - have fun!
Original file line number Diff line number Diff line change 2
2
// / Examine the pulse patterns coming from an OOK receiver (see also peekrf).
3
3
// 2010-04-10 <[email protected] > http://opensource.org/licenses/mit-license.php
4
4
//
5
- // see http://news. jeelabs.org/2010/04/13/an-ook-scope/
5
+ // see http://jeelabs.org/2010/04/13/an-ook-scope/
6
6
// changed to use pin-change interrupts i.s.o. the analog comparator
7
7
8
8
#define OOK_PIN 2 // this is the input pin with the signal to be analyzed
Original file line number Diff line number Diff line change 3
3
// 2010-05-17 <[email protected] > http://opensource.org/licenses/mit-license.php
4
4
5
5
// with thanks to Peter G for creating a test sketch and pointing out the issue
6
- // see http://news. jeelabs.org/2010/05/20/a-subtle-rf12-detail/
6
+ // see http://jeelabs.org/2010/05/20/a-subtle-rf12-detail/
7
7
8
8
#include < JeeLib.h>
9
9
You can’t perform that action at this time.
0 commit comments