Serial.begin() - how fast the connection can read and write bits on the wire, Serial.println() - prints with ending line break, Serial.flush() - clears the serial buffer, Serial.available() - checks if you entered something into the Serial Monitor, Serial.parseInt() - Looks for the next valid integer in the incoming serial, Serial.print() - prints without ending line break, 9600 in "Serial.begin(9600)" - bits-per-second or baud rate, A library - big collection of procedures, where all the procedures are related, Serial Library - allows the Arduino to send data back to the computer, Serial monitor - the 'tether' between the computer and your Arduino, millis() - take a peek at how long the Arduino has been running your sketch, Serial.parseFloat() - Looks for the next valid float in the incoming serial,

bởi

Bảng xếp hạng

Phong cách trực quan

Tùy chọn

Chuyển đổi mẫu

Bạn có muốn khôi phục tự động lưu: không?