Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Embeded-SCM Develop
  • Category : Embeded-SCM Develop
  • Tags :
  • Update : 2017-12-27
  • Size : 234kb
  • Downloaded :0次
  • Author :Lloy****
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Download1 Download2
Don't use download software fo downloading.
If download fail,Try it again for free.
Introduction - If you have any usage issues, please Google them yourself
#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 };
Packet file list
(Preview for download)
FilenameSizeUpdate
Mylib\CMSIS\core_cm3.c 17273 2010-06-07
Mylib\CMSIS\core_cm3.h 85714 2011-02-09
Mylib\CMSIS\stm32f10x.h 633941 2011-03-10
Mylib\CMSIS\system_stm32f10x.c 36557 2011-03-10
Mylib\CMSIS\system_stm32f10x.h 2085 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\misc.h 8982 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_adc.h 21690 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_bkp.h 7555 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_can.h 27559 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_cec.h 6573 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_crc.h 2162 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_dac.h 15233 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_dbgmcu.h 3818 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_dma.h 20754 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_exti.h 6824 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_flash.h 25445 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_fsmc.h 27016 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_gpio.h 20175 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_gpio.h_cbf 169 2014-07-06
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_i2c.h 30029 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_iwdg.h 3828 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_pwr.h 4383 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_rcc.h 30452 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_rtc.h 3857 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_sdio.h 21863 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_spi.h 17725 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_tim.h 52427 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_usart.h 16548 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc\stm32f10x_wwdg.h 2966 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\misc.c 7046 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_adc.c 47201 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_bkp.c 8463 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_can.c 45103 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_cec.c 11656 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_crc.c 3347 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_dac.c 19087 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_dbgmcu.c 5149 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_dma.c 29607 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_exti.c 6959 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_flash.c 62551 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_fsmc.c 35484 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_gpio.c 23221 2011-03-11
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_i2c.c 45781 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_iwdg.c 4916 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_pwr.c 8759 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_rcc.c 51271 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_rtc.c 8598 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_sdio.c 28933 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_spi.c 30224 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_tim.c 109159 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_usart.c 38308 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\src\stm32f10x_wwdg.c 5735 2011-03-10
Mylib\STM32F10x_StdPeriph_Driver_a\inc 0 2015-10-19
Mylib\STM32F10x_StdPeriph_Driver_a\src 0 2015-10-19
Mylib\CMSIS 0 2015-10-19
Mylib\STM32F10x_StdPeriph_Driver_a 0 2015-10-19
Mylib 0 2015-10-19
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is the largest source code store in internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.