Vector::contains() \ Language (API) \ Wiring ALPHA 1.0
Search wiring.org.co:
Language (A-Z) \
Libraries \
Environment \
Learning \
Hardware
Reference for Wiring version 0027+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know.
Class
Vector
Name
contains()
Examples
Vector < int > intVector;
void setup() {
Serial.begin(9600);
pinMode(48, OUTPUT);
// turn ON wiring hardware LED
digitalWrite(48, HIGH);
// add 255 elements to the vector (from 0 to 254)
for(int i=0; i
Wiring is an open project initiated by Hernando Barragán. It is developed by a small team of volunteers.
© Info, Processing © Info
Wyszukiwarka