redtop's Ferduino controller

I don't know if I have jacks or not let me look in my box-o junk and see if not I will take you up on that offer
 
can someone hook me up with the syntax to add the temp sensor address here please.

Thanks

DeviceAddress sensor_agua; // Assigns the addresses of the temperature sensors.(water)
DeviceAddress sensor_dissipador; // Assigns the addresses of the temperature sensors.(heatsink)
DeviceAddress sensor_ambiente; // Assigns the addresses of the temperature sensors.(room/ambiente)
 
Hello all

Hello Fernando
I have installed the Ferduino Controller software per your excellent video.
So far everything I have compiled did.

I don`t have the touchscreen yet but was wanting to test the items I do have the temp sensor test ,I2C address finder,RTC all worked.

But when i tried to test my Wiznet 5100 ethernet shield the test code gave me the error compiling"SS" was not declared in that scope

if you have time would you please advise me as to what i need to do to fix this
i have looked in the 2 files
ethernet\Dhcp.cpp:4:
ethernet\utility/w5100.h:132:
named in the error but have found no instances of SS in either files

thanks James
 
Last edited:
error.jpg
 
Back
Top