CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 VHDL编程 搜索资源 - Arduino

搜索资源列表

  1. AT24c512_Test

    0下载:
  2. A simple program to read AT24C512 (512KBit, I2C, EEPROM) memory in Arduino environment.. This program usefull to test connectivity and development.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:759byte
    • 提供者:reha
  1. I2CSearcher

    0下载:
  2. I2C Searcher for Arduino. This program is particulary usefull, if you trying to access an I2C device that you dont know the device id.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:2.39kb
    • 提供者:reha
  1. RTC_DS1307_read

    0下载:
  2. this simple program shows how to read RTC from DS1307 in Arduino environment
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:2.7kb
    • 提供者:reha
  1. max5822

    0下载:
  2. Arduino Program for pulsing the brightness of an LED connected to a MAX5822 DAC chip to Arduino Duemilanove Microcontroller. 88 is the I2C address of the DAC chip, Please refer to MAXIM s official datasheet for better understanding of the DAC
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:659byte
    • 提供者:robertgrech91
  1. lcd-16x2-arduino-lcd-codes

    0下载:
  2. Source code print caracter to lcd 16x2 from arduino modules
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:697byte
    • 提供者:micker
  1. ST7920_Parallel

    0下载:
  2. surce code for arduino control lcd 12864
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:78.86kb
    • 提供者:micker
  1. 1602LCD

    0下载:
  2. Arduino中关于1602 LCD显示的演示程序。-The code of LCD playing demo about arduino
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:1004byte
    • 提供者:某某
  1. EEPROM

    0下载:
  2. arduino基本软件程序 LED在不同时间间隔闪烁-For Arduino Mega Board, make LED blink
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:3.75kb
    • 提供者:lazyprogrammer
  1. hcsr04.tar

    0下载:
  2. Verilog program of the interface between a FPGA and the HCSR04 arduino sensor displaying the distance measured in the 7 segment display. Implemmented in FPGA Nexys3
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-02
    • 文件大小:934.43kb
    • 提供者:yunacu
  1. Arduino-Library-for-Proteus

    0下载:
  2. just a small work taht i made for the network and other thingd
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:15.37kb
    • 提供者:azzou
  1. f32c-master

    1下载:
  2. FPGArduino源码,f32c:VHDL的MIPS和RISC-V指令集实现(FPGArduino source code, f32c:VHDL MIPS and RISC-V instruction set implementation)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-19
    • 文件大小:3.77mb
    • 提供者:Peter Bee
  1. GetDistanceI2c

    0下载:
  2. arduino激光雷达测距代码,下载相应library后即可使用(Arduino lidar ranging code)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-24
    • 文件大小:1kb
    • 提供者:....1
  1. vibration_sensor_using-arduino

    0下载:
  2. Maxcon Voltage Converter 220 To 110V (50 Watt) Step Down. ... Operate your 110V/120V electric appliances or electronic devices overseas in countries using 220V/240V
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-04-28
    • 文件大小:58kb
    • 提供者:krunal
  1. 04.交通灯

    0下载:
  2. 既然是交通灯模拟实验,红黄绿三色小灯闪烁时间就要模拟真实的交通灯,我们使用Arduino 的delay()函数来控制延时时间,相对于C 语言就要简单许多了。(void setup() { pinMode(redled, OUTPUT);/ pinMode(yellowled, OUTPUT) pinMode(greenled, OUTPUT); })
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-04-29
    • 文件大小:326kb
    • 提供者:acba
  1. 05.按键控制

    0下载:
  2. 我们来尝试一下使用Arduino的I/O 口的输入功能即为读取外接设备的输出值,我们用一个按键和一个LED 小灯完成一个输入输出结合使用的实验;(Let's try to use the input function of the I/O port of Arduino, that is, to read the output value of the external device. We use a button and a LED lamp to complete an input and
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-04-29
    • 文件大小:857kb
    • 提供者:acba
  1. 06.抢答器

    0下载:
  2. 就是将上面的按键控制小灯的实验扩展成3 个按键对应3 个小灯,占用6 个数字I/O 接口,来实现对小灯的控制(It is to expand the above key control light experiments to 3 keys corresponding to 3 small lights, 6 digital I/O interface, to realize the control of the light.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-04-29
    • 文件大小:568kb
    • 提供者:acba
  1. 09.数字电压表

    0下载:
  2. 本实验我们将电位计的阻值转化为模拟值读取出来,然后显示到屏幕上,这也是我们以后完成自己所需的实验功能所必须掌握的实例应用。(In this experiment, we transform the resistance of potentiometer into analogue value and read it to the screen, which is an example application that we must master after we finish the expe
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-04-29
    • 文件大小:1.01mb
    • 提供者:acba
搜珍网 www.dssz.com