From 59bacd2b5a0cf34926535bd9ed96f3a4be36fa51 Mon Sep 17 00:00:00 2001 From: Boxtec Date: Tue, 23 Jul 2013 18:08:46 +0200 Subject: [PATCH] -updated README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e456e0..c19c08b 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,10 @@ Also you should make the following change in ./hardware/tiny/cores/tiny/wiring.c // (volatile variables must be read from memory on every access) ``` Basically add the line -``` sei(); ``` -to the **ISR(MILLISTIMER_OVF_vect)** function so that it looks like above excerpt. + sei(); +``` +to the *ISR(MILLISTIMER_OVF_vect)* function so that it looks like above excerpt. See http://forum.boxtec.ch/index.php/topic,2225.msg2845.html#msg2845 for a discussion on this issue. @@ -38,7 +39,7 @@ Credits ------- Credits go to .. -.. brohogan for bringing the TinyWireS library to life in the first place. +.. *brohogan* for bringing the [TinyWireS library](http://playground.arduino.cc/Code/USIi2c) to life in the first place. .. pylon for fixing all the timing issue and race conditions in above library and enhancing the tinyLCD_I2C greatly (i.e. by adding SPI)