【E2276】Arduino STM32的库

2021-11-17 19:03:25      索炜达电子      416     

项目编号:E2276

文件大小:10M

源码说明:带中文注释

开发环境:C编译器

简要概述:

这个库是按照Arduino的封装写的STM32的库文件

目录│文件列表:

 └ stm32duino

    │ JLinkLog.txt

    │ JLinkSettings.ini

    │ stm32duino.build_log.htm

    │ stm32duino.uvgui.www

    │ stm32duino.uvgui_www.bak

    │ stm32duino.uvopt

    │ stm32duino.uvproj

    │ stm32duino_Target 1.dep

    │ stm32duino_uvopt.bak

    │ stm32duino_uvproj.bak

    ├ Arduino

    │  │ Arduino.h

    │  │ binary.h

    │  │ Client.h

    │  │ cortex_handlers.c

    │  │ cxxabi-compat.cpp

    │  │ HardwareSerial.h

    │  │ HardwareTimer.cpp

    │  │ HardwareTimer.h

    │  │ hooks.c

    │  │ iar_calls_sam3.c

    │  │ IPAddress.cpp

    │  │ IPAddress.h

    │  │ itoa.c

    │  │ itoa.h

    │  │ libstm_stm32f10x_hd_gcc_dbg.a

    │  │ libstm_stm32f10x_hd_gcc_dbg.a.txt

    │  │ main.cpp

    │  │ Print.cpp

    │  │ Print.h

    │  │ Printable.h

    │  │ Reset.cpp

    │  │ Reset.h

    │  │ RingBuffer.cpp

    │  │ RingBuffer.h

    │  │ Server.h

    │  │ Stream.cpp

    │  │ Stream.h

    │  │ syscalls.h

    │  │ syscalls_stm32.c

    │  │ Tone.cpp.disabled

    │  │ Tone.h

    │  │ UARTClass.cpp

    │  │ UARTClass.h

    │  │ Udp.h

    │  │ USARTClass.cpp

    │  │ USARTClass.h

    │  │ WCharacter.h

    │  │ WInterrupts.c

    │  │ WInterrupts.h

    │  │ Wire.cpp

    │  │ Wire.h

    │  │ WireBase.cpp

    │  │ WireBase.h

    │  │ wiring.c

    │  │ wiring.h

    │  │ wiring_analog.c

    │  │ wiring_analog.h

    │  │ wiring_constants.h

    │  │ wiring_digital.c

    │  │ wiring_digital.h

    │  │ wiring_private.h

    │  │ wiring_pulse.cpp

    │  │ wiring_pulse.h

    │  │ wiring_shift.c

    │  │ wiring_shift.h

    │  │ WMath.cpp

    │  │ WMath.h

    │  │ WString.cpp

    │  │ WString.h

    │  ├ avr

    │  │  │ dtostrf.c

    │  │  │ dtostrf.h

    │  │  │ interrupt.h

    │  │  └ pgmspace.h

    │  ├ USB

    │  │  │ CDC.cpp

    │  │  │ HID.cpp

    │  │  │ USBAPI.h

    │  │  │ USBCore.cpp

    │  │  │ USBCore.h

    │  │  └ USBDesc.h

    │  └ variant

    │     │ pins_arduino.h

    │     │ variant.cpp

    │     └ variant.h

    ├ CMSIS

    │  │ core_cm3.c

    │  │ core_cm3.h

    │  │ stm32f10x.h

    │  │ system_stm32f10x.c

TAGSTM32
  • 5 次
  • 10 分