I use an attiny 167, a c1101 modul and a libary from github to receive and transreceive data's. The libary works only with an arduino. I have change the pinnummers (SCK,MISO,MOSI,SS,GD0,GD2)in the libary, but it doesnt works. Have anybody an idea how i can use the c1101 modul with this libary and an attiny 167 or does exist a libary with simulates an attiny as an arduino?
Try downloading this core: GitHub - SpenceKonde/ATTinyCore: Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8
It supports the ATtiny167, but I don't know how compatible it will be with sketches that target normal Arduinos.
westfw:
Try downloading this core: GitHub - SpenceKonde/ATTinyCore: Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8
It supports the ATtiny167, but I don't know how compatible it will be with sketches that target normal Arduinos.
I arlredy use this libary.