Open Hussam991 opened 4 years ago
It would appear you have a typo in your sensor variable declaration. Try:
sensor = MAX6675.MAX6675(CSK,CS,DO)
instead of:
sensor = MAX6675.MAX6675 (CSK,CS,DO)
i tried it "sensor = MAX6675.MAX6675(CSK,CS,DO)" but its the same problem TypeError: argument 1 must be string, not int what can i do ?
What device are you using? RPi? Beagle one Black?
Have you looked at the example folder for your specific hardware setup?
RPi yes i tried the example but it not work
I am having the same issue I am using an Max6675 with RPi and getting same error
i did it but now i have other problem the library that i use : https://github.com/tdack/MAX6675 the code that i use : `` import MAX6675.MAX6675 as MAX6675
`` i have an error in this line sensor = MAX6675.MAX6675 (CSK,CS,DO) "argument 1 must be str, not int" can you help me