Keyboard Shortcuts
Likes
Search
another modified Raduino
OZ9AEW
I have some Sketches from ND6T and some Raduino V1.0x- and there was things I like in both version, but also thing I do not like ! ND6T have no Menu, no Cal Button, no use of EEprom and they have S Meter and Forward/Reverse Power as I really like, but Shuffle Tuning is not for me ! Raduino use Eeprom and hav Calibrate routine ! I have modified Raduino v1.06 in a way to Eepom is remove, and used ND6T's code for S Meter and Forward/Reverse Power and place it on the unused 2 Line and final it is prepared for 10 turn Pot for tuning ! anybody want a copy just let me know |
toggle quoted message
Show quoted text
On May 13, 2017, at 11:53 AM, OZ9AEW <madsen1960@...> wrote:
|
Michael? OZ9AEW What Si5351A library should I be using? Build options changed, rebuilding all In file included from /home/arv/Server/sketchbook/Bitx_40__Raduino__13_May/Bitx_40__Raduino__13_May.ino:3:0: /home/arv/Server/sketchbook/libraries/Adafruit_Si5351_Library/Adafruit_SI5351.h:44:29: fatal error: Adafruit_Sensor.h: No such file or directory ?#include <Adafruit_Sensor.h> ???????????????????????????? ^ compilation terminated. exit status 1 Error compiling for board Arduino Nano. Obviously it is not the Adafruit library. Arv? K7HKL On Sat, May 13, 2017 at 2:44 PM, OZ9AEW <madsen1960@...> wrote:
|
OK now.? I had to do an UPDATE on the Etherkit Si5351A 2.0.1 library. Thanks. _._ |
Jack Purdum
All: Allard has adopted a more-or-less standard practice of providing the URL for any non-standard IDE libraries used in his code. For example, in his code he has: #include <Wire.h> #include <si5351.h> // https://github.com/etherkit/Si5351Arduino/releases/tag/v2.0.1 The first #include does not provide a URL, which means it is distributed with the standard Arduino IDE. The second directive provides the URL where that library can be found and downloaded. You will need to install that library before you can compile that code. This group's web site has instructions for the proper installation of "external" libraries. Also remember that, once installed, you must shut down and reload the IDE for the new libraries to take effect. Jack, W8TEE From: Arv Evans <arvid.evans@...> To: [email protected] Sent: Saturday, May 13, 2017 5:50 PM Subject: Re: [BITX20] another modified Raduino Michael? OZ9AEW What Si5351A library should I be using? Build options changed, rebuilding all In file included from /home/arv/Server/sketchbook/Bitx_40__Raduino__13_May/Bitx_40__Raduino__13_May.ino:3:0: /home/arv/Server/sketchbook/libraries/Adafruit_Si5351_Library/Adafruit_SI5351.h:44:29: fatal error: Adafruit_Sensor.h: No such file or directory ?#include <Adafruit_Sensor.h> ???????????????????????????? ^ compilation terminated. exit status 1 Error compiling for board Arduino Nano. Obviously it is not the Adafruit library. Arv? K7HKL On Sat, May 13, 2017 at 2:44 PM, OZ9AEW <madsen1960@...> wrote:
|