Skip to content

Commit

Permalink
Re-enabled I2C (long overdue)
Browse files Browse the repository at this point in the history
- many people have reported success with all avr-gcc versions in the wild and at least Arduino IDE 1.0, so I guess this now works properly and what I was seeing were either avr-gcc bugs or my faults in other parts of the code.
  • Loading branch information
csdexter committed Oct 13, 2012
1 parent ad733eb commit 4b0ef0b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Si4735.h
Expand Up @@ -18,10 +18,6 @@
#ifndef _SI4735_H_INCLUDED
#define _SI4735_H_INCLUDED

/* linking with Wire causes widespread pointer corruption, disabling while
this is thorougly investigated (I see another refactor coming up) */
#define SI4735_NOI2C

#if defined(ARDUINO) && ARDUINO >= 100
# include <Arduino.h>
#else
Expand Down

0 comments on commit 4b0ef0b

Please sign in to comment.