Searched refs:write (Results 1 - 25 of 387) sorted by relevance

1234567891011>>

/hardware/bsp/intel/peripheral/libupm/src/tm1637/
H A Djavaupm_tm1637.i6 %varargs(4, int digit = 0) write;
8 %rename("writeArray") write(uint8_t *digits);
9 %rename("writeString") write(std::string digits);
H A Djsupm_tm1637.i5 %varargs(4, int digit = 0) write;
7 %rename("writeArray") write(uint8_t *digits);
8 %rename("writeString") write(std::string digits);
H A Dpyupm_tm1637.i5 %varargs(4, int digit = 0) write;
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dlcm1602-i2c.cxx33 lcd->write("Hello World");
37 lcd->write("Hello World");
40 lcd->write("Hello World");
43 lcd->write("Hello World");
H A Deboled.cxx38 lcd->write("Hello");
40 lcd->write("World!");
H A Djhd1313m1-lcd.cxx34 lcd->write("Hello World");
36 lcd->write("Hello World");
H A Dlcm1602-parallel.cxx45 lcd->write("Hello World");
47 lcd->write("Hello World");
H A Dsainsmartks.cxx50 lcd->write("Sainsmart KS");
52 lcd->write("Hello World");
/hardware/bsp/intel/peripheral/libmraa/examples/python/
H A Dblink-io8.py32 x.write(1)
34 x.write(0)
H A Dhello_gpio.py30 x.write(1)
H A Duart_sender.py28 sys.stdout.write("Initializing UART...")
39 u.write(msg_b)
50 sys.stdout.write("Two-way, half-duplex communication, sending a flag...")
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Drgb-lcd.js39 myLcd.write('Hello World');
41 myLcd.write('Hello World');
H A Dsainsmartks.js34 lcd.write("Sainsmart KS");
36 lcd.write("Hello World");
/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Deboled.py33 lcd.write("Hello");
35 lcd.write("World!");
H A Drgb-lcd.py36 myLcd.write('Hello World')
38 myLcd.write('Hello World')
H A Dsainsmartks.py46 lcd.write("Sainsmart KS")
48 lcd.write("Hello World")
/hardware/bsp/intel/peripheral/libupm/src/rgbringcoder/
H A Drgbringcoder.cxx43 m_gpioEn.write(0);
47 m_gpioLatch.write(0);
51 m_gpioLatch.write(1);
55 m_gpioClock.write(0);
59 m_gpioData.write(0);
64 m_gpioSwitch.write(0);
82 m_pwmRed.write(0.99);
87 m_pwmGreen.write(0.99);
92 m_pwmBlue.write(0.99);
159 m_gpioLatch.write(
[all...]
/hardware/bsp/intel/peripheral/libupm/examples/java/
H A DLcm1602_i2cSample.java42 lcd.write("Hello World");
46 lcd.write("Hello World");
50 lcd.write("Hello World");
54 lcd.write("Hello World");
H A DLcm1602_parallelSample.java53 lcd.write("Hello World");
55 lcd.write("Hello World");
H A DJhd1313m1Sample.java41 lcd.write("Hello World");
43 lcd.write("Hello World");
H A DJhd1313m1_lcdSample.java41 lcd.write("Hello World");
43 lcd.write("Hello World");
/hardware/bsp/intel/peripheral/libupm/src/lcd/
H A Dlcd.cxx42 LCD::write(int row, int column, std::string msg) function in class:LCD
45 return write(msg);
/hardware/bsp/intel/peripheral/libmraa/examples/javascript/
H A DGPIO_DigitalWrite.js26 console.log('MRAA Version: ' + m.getVersion()); //write the mraa version to the console
30 myDigitalPin.write(1); //set the digital pin to high (1)
/hardware/bsp/intel/soc/common/tools/
H A Dgpt_ini2bin.py45 print ' write binary to stdout'
63 out.write(struct.pack('<I', magic))
64 out.write(struct.pack('<I', start_lba))
65 out.write(struct.pack('<I', npart))
68 out.write(struct.pack('<i', int(length)))
71 out.write(zero_pad(label, 36 * 2))
75 out.write(guid_type.bytes_le)
78 out.write(guid.bytes_le)
/hardware/bsp/intel/peripheral/libupm/src/st7735/
H A Dst7735.cxx83 ST7735::write (uint8_t value) { function in class:ST7735
101 write (*(addr++)); // Read, issue command
124 write (ST7735_CASET); // Column addr set
131 m_spi.write(m_spiBuffer, 4);
133 write (ST7735_RASET); // Row addr set
140 m_spi.write(m_spiBuffer, 4);
142 write (ST7735_RAMWR); // write to RAM
160 m_spi.write(&m_map[fragment * fragmentSize], fragmentSize);
170 m_rSTPinCtx.write(HIG
[all...]

Completed in 715 milliseconds

1234567891011>>