Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - util
Search - util - List
Acesta a fost un proiect de semestru pentru facultate. Tema este gestiunea unei biblioteci. Poate fi util pentru incepatorii in VFP. Contine interfata grafica, iar in arhiva proiectului se gaseste si diagrama ER a bazei de date.
Date : 2025-12-17 Size : 194kb User : cada

openmoko host system dfu-util
Date : 2025-12-17 Size : 58kb User : SEHYEON JANG

#include <util/delay.h> typedef unsigned char byte; typedef unsigned int word; class SPI_SX1278 { public: SPI_SX1278(); virtual ~SPI_SX1278(); //----------------------------- word SymbolTime;//one symbol time,the unit is us byte spiRead(byte addr);//read register void spiWrite(byte addr,byte val);// write value to the register void spi_MultiRead(byte addr,byte *p,byte len);// read multiple byte ,the first address is addr void spi_MultiWrite(byte addr,byte *p,int len);// write multiple byte ,the first address is addr void delay_us(int us);// delay us void spi_readFIFO(byte *p,byte len); // read fifo void spi_writeFIFO(byte *p,byte len);// write fifo };
Date : 2025-12-17 Size : 234kb User : Lloyd12
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.