HomeSort by relevance Sort by last modified time
    Searched defs:endl (Results 226 - 250 of 908) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
grovegsr.cxx 49 cout << "Calibrating...." << endl; local
54 cout << gsr->value() << endl;
59 cout << "Exiting" << endl; local
groveled.cxx 39 std::cout << led->name() << std::endl; member in class:std
grovelight.cxx 41 ", which is roughly " << light->value() << " lux" << std::endl; member in class:std
grovemd-stepper.cxx 62 cout << "Exiting..." << endl; local
grovemd.cxx 41 cout << "Spin M1 and M2 at half speed for 3 seconds" << endl; local
47 cout << "Reversing M1 and M2 for 3 seconds" << endl; local
53 cout << "Stopping motors" << endl; local
56 cout << "Exiting..." << endl; local
groverelay.cxx 45 std::cout << relay->name() << " is on" << std::endl; member in class:std
49 std::cout << relay->name() << " is off" << std::endl; member in class:std
grovescam.cxx 44 cerr << "Failed to setup tty port parameters" << endl; local
49 cout << "Initialized..." << endl; local
51 cout << "init() failed" << endl; local
54 cout << "preCapture succeeded..." << endl; local
56 cout << "preCapture failed." << endl; local
59 cout << "doCapture succeeded..." << endl; local
61 cout << "doCapture failed." << endl; local
63 cout << "Image size is " << camera->getImageSize() << " bytes" << endl;
67 cout << "Storing image.jpg..." << endl; local
69 cout << "storeImage succeeded..." << endl; local
71 cout << "storeImage failed." << endl; local
    [all...]
grovespeaker.cxx 45 cout << "Exiting" << endl; local
hx711.cxx 39 std::cout << scale->getUnits() << std::endl; member in class:std
ina132.cxx 52 cout << amplifier->value() << endl;
57 cout << "Exiting" << endl; local
isd1820.cxx 43 cout << "Supply any argument to the command line to record." << endl; local
44 cout << "Running this example without arguments will play back any " << endl; local
45 cout << "previously recorded sound." << endl; local
46 cout << "There is approximately 10 seconds of recording time." << endl; local
48 cout << endl; local
64 cout << "Sleeping for 15 seconds..." << endl; local
76 cout << "Exiting..." << endl; local
l298-stepper.cxx 43 cout << "Rotating 1 full revolution at 10 RPM speed." << endl; local
46 cout << "Sleeping for 2 seconds..." << endl; local
49 << endl; local
57 cout << "Exiting..." << endl; local
l298.cxx 40 cout << "Starting motor at 50% for 3 seconds..." << endl; local
47 cout << "Reversing direction..." << endl; local
57 cout << "Exiting..." << endl; local
lm35.cxx 54 cout << "Temperature: " << sensor->getTemperature() << " C" << endl;
61 cout << "Exiting" << endl; local
max31855.cxx 37 std::cout << temp->getTemp() << std::endl; member in class:std
max44000.cxx 34 std::cout << "proximity value = " << sensor->getAmbient () << std::endl; member in class:std
37 std::cout << "exiting application" << std::endl; member in class:std
max5487.cxx 61 std::cout << "exiting application" << std::endl; member in class:std
nunchuck.cxx 50 cout << "Initializing... " << endl; local
53 cerr << "nunchuck->init() failed." << endl; local
62 << ", stickY: " << nunchuck->stickY << endl;
65 << ", accelZ: " << nunchuck->accelZ << endl;
68 << ((nunchuck->buttonC) ? "pressed" : "not pressed") << endl;
70 << ((nunchuck->buttonZ) ? "pressed" : "not pressed") << endl;
71 cout << endl; local
pca9685.cxx 57 cout << "Turning channel 3 off, and channel 4 on." << endl; local
58 cout << "All other channels will be PWM'd at a 50% duty cycle." << endl; local
64 cout << "Sleeping for 5 seconds..." << endl; local
68 cout << "Exiting..." << endl; local
sm130.cxx 45 cerr << "Failed to set baud rate" << endl; local
49 cout << "Resetting..." << endl; local
52 cout << "Firmware revision: " << sensor->getFirmwareVersion() << endl;
54 cout << "Waiting up to 5 seconds for a tag..." << endl; local
59 << sensor->string2HexString(sensor->getUID()) << endl;
61 << endl;
66 cout << "waitForTag failed: " << sensor->getLastErrorString() << endl;
71 cout << "Exiting" << endl; local
st7735.cxx 74 std::cout << "exiting application" << std::endl; member in class:std
sx6119.cxx 44 cout << "Supply any argument to the command line to seek to the" << endl; local
45 cout << "next station." << endl; local
46 cout << "Running the example without an argument will toggle the" <<endl; local
47 cout << "power on or off." << endl; local
49 cout << endl; local
65 cout << "Exiting..." << endl; local
ttp223.cxx 42 std::cout << touch->name() << " is pressed" << std::endl; member in class:std
44 std::cout << touch->name() << " is not pressed" << std::endl; member in class:std
uln200xa.cxx 45 cout << "Rotating 1 revolution clockwise." << endl; local
47 cout << "Sleeping for 2 seconds..." << endl; local
49 cout << "Rotating 1/2 revolution counter clockwise." << endl; local
57 cout << "Exiting..." << endl; local
zfm20-register.cxx 43 cerr << "Failed to setup tty port parameters" << endl; local
63 cout << "Password verified." << endl; local
67 cerr << "Password verification failed." << endl; local
71 cout << endl; local
76 cout << "Place a finger on the sensor." << endl; local
81 cout << "Image captured, converting..." << endl; local
85 cerr << "Image conversion failed with error code " << int(rv) <<endl;
89 cout << "Image conversion succeeded, remove finger." << endl; local
95 cout << endl; local
96 cout << "Now place the same finger on the sensor." << endl; local
101 cout << "Image captured, converting..." << endl; local
110 cout << "Image conversion succeeded, remove finger." << endl; local
111 cout << endl; local
113 cout << "Storing fingerprint at id 1" << endl; local
119 cerr << "Fingerprints did not match." << endl; local
133 cout << endl; local
134 cout << "Fingerprint stored at id 1." << endl; local
    [all...]

Completed in 130 milliseconds

1 2 3 4 5 6 7 8 91011>>