nethoncho / Arduino-DHT22

Arduino library for the DHT22 humidity and temperature sensor
http://goo.gl/uy1fV
120 stars 123 forks source link

Not portable #10

Open chaveiro opened 9 years ago

chaveiro commented 9 years ago

In library code you have assembly code assiged to R30 : volatile uint8_t *reg asm("r30") = _baseReg;

This breaks portability of the lib for other microcontrolers.