Which header file defines Serial.begin?
i'm working on small arduino project. need know serial functions serial.begin , serial.read defined. ide complaining these functions undefined, want point ide headers code assistance working (netbeans).
which header file defines these functions? or how can search find them?
which header file defines these functions? or how can search find them?
look at
c:\arduino-1.6.9\hardware\arduino\avr\cores\arduino\hardwareserial0.cpp
and other associated files.
c:\arduino-1.6.9\hardware\arduino\avr\cores\arduino\hardwareserial0.cpp
and other associated files.
Arduino Forum > Using Arduino > Programming Questions > Which header file defines Serial.begin?
arduino
Comments
Post a Comment