I've been trying to use control my ws2812 LED by adxl335 on attiny85, it works great on UNO, but not on 335, I do got some reaction but the reading seems wrong, any idea? also i can't find any article relate to it, maybe it's a stupid idea to do so......? thanks.
The Arduino IDE does not directly support ATTiny microcontrollers. There are two Cores that I am aware of to add this functionality, the HLT Core and the Google Code Core. Code written for one Core may or may not work on the other Core. So if you are having problems, you can try using the other Core to see if the problems are resolved.