etherkit / si5351-avr-tiny-minimal

A small but functional library for driving the Si5351 with AVR ATtiny microcontrollers with 8 kB of flash memory.
GNU General Public License v3.0
10 stars 1 forks source link

si5351 issue #2

Open pe1mxp opened 6 years ago

pe1mxp commented 6 years ago

Hi Jason.

I have made a new .ino file within the map with the 4 minimal files. The sketch is like this:

include "si5351-avr-tiny-minimal.h"

include "USI_TWI_Master.h"

void setup() { si5351_init(SI5351_CRYSTAL_LOAD_8PF, 12000000); }

void loop() { }

But all I get is this error:

undefined reference to `si5351_init(unsigned char, unsigned long)

73 de Roelf, pe1mxp

pe1mxp commented 6 years ago

Solved it. I have the unzipped files loaded in Notepad and save it again with the right extensions.