8 years, 9 months ago.

how to declare digitalinout in code

how to declare digitalinout in code.when error comes like Error: No instance of constructor "mbed::DigitalInOut::DigitalInOut" matches the argument list in "main.cpp", Line: 8, Col: 65

Question relating to:

And what is "main.cpp", Line: 8, Col: 65 ?

posted by Andy A 22 Jul 2015

line no 8 is OneWireCRC::OneWireCRC(int oneWire, eSpeed speed) : oneWirePort(oneWire)

posted by bharti singh 22 Jul 2015
Be the first to answer this question.