这些小活动你都参加了吗?快来围观一下吧!>>
电子产品世界 » 论坛首页 » 企业专区 » Renesas » 【樱花舞者】-进程贴

共39条 2/4 1 2 3 4 跳转至
工程师
2012-12-04 19:59:55     打赏
11楼
三角函数 ·         sin(rad) ·         cos(rad) ·         tan(rad) 随机数函数 ·         randomSeed(seed)   随机数端口定义函数,seed表示读模拟口analogRead(pin)函数。 ·         long random(max)   随机数函数,返回数据大于等于0,小于max。 ·         long random(min, max)   随机数函数,返回数据大于等于min,小于max

工程师
2012-12-04 20:01:29     打赏
12楼
外部中断函数 ·         attachInterrupt(interrupt, , mode)     外部中断只能用到数字IO口2和3,interrupt表示中断口初始0或1,表示一个功能函数,mode:LOW低电平中断,CHANGE有变化就中断,RISING上升沿中断,FALLING下降沿中断。 ·         detachInterrupt(interrupt)    中断开关,interrupt=1 开,interrupt=0 关。 中断使能函数 ·         interrupts() 使能中断 ·         noInterrupts() 禁止中断     串口收发函数 ·         Serial.begin(speed) 串口定义波特率函数,speed表示波特率,如9600,19200等。 ·         int Serial.available() 判断缓冲器状态。 ·         int Serial.read()   读串口并返回收到参数。 ·         Serial.flush()    清空缓冲器。 ·         Serial.print(data) 串口输出数据。 ·         Serial.println(data)   串口输出数据并带回车符。

工程师
2012-12-04 20:02:46     打赏
13楼
官方库文件 ·         EEPROM - EEPROM读写程序库 ·         Ethernet - 以太网控制器程序库 ·         LiquidCrystal - LCD控制程序库 ·         Servo - 舵机控制程序库 ·         SoftwareSerial - 任何数字IO口模拟串口程序库 ·         Stepper - 步进电机控制程序库 ·         Wire - TWI/I2C总线程序库 ·         Matrix - LED矩阵控制程序库 ·         Sprite - LED矩阵图象处理控制程序库 非官方库文件 ·         DateTime - a library for keeping track of the current date and time in software. ·         Debounce - for reading noisy digital inputs (e.g. from buttons) ·         Firmata - for communicating with applications on the computer using a standard serial protocol. ·         GLCD - graphics routines for LCD based on the KS0108 or equivalent chipset. ·         LCD - control LCDs (using 8 data lines) ·         LCD 4 Bit - control LCDs (using 4 data lines) ·         LedControl - for controlling LED matrices or seven-segment displays with a MAX7221 or MAX7219. ·         LedControl - an alternative to the Matrix library for driving multiple LEDs with Maxim chips. ·         Messenger - for processing text-based messages from the computer ·         Metro - help you time actions at regular intervals ·         MsTimer2 - uses the timer 2 interrupt to trigger an action every N milliseconds. ·         OneWire - control devices (from Dallas Semiconductor) that use the One Wire protocol. ·         PS2Keyboard - read characters from a PS2 keyboard. ·         Servo - provides software support for Servo motors on any pins. ·         Servotimer1 - provides hardware support for Servo motors on pins 9 and 10 ·         Simple Message System - send messages between Arduino and the computer ·         SSerial2Mobile - send text messages or emails using a cell phone (via AT commands over software serial) ·         TextString - handle strings ·         TLC5940 - 16 channel 12 bit PWM controller. ·         X10 - Sending X10 signals over AC power lines /****************************************/

工程师
2012-12-05 19:31:27     打赏
14楼
板子下午刚到,晒晒靓照

工程师
2012-12-05 19:40:46     打赏
15楼
板子管脚的分布图

工程师
2012-12-05 19:42:03     打赏
16楼
再来几张图片

院士
2012-12-05 19:53:43     打赏
17楼
还有这么多的非官方的库呢~~

工程师
2012-12-05 20:03:41     打赏
18楼
        板子刚到之后,仔细的看了一下,做的非常精细,甚是喜爱
       下面讲解一下怎么玩拿到一个没用过的板子,我还是像玩51单片机一样,想先知道程序是怎么下载的,在论坛里逛了逛,看了一下其他人的帖子,知道是用mini-USB连接的,正好自己的Mp4就是这种,连接之后,板子上的4个 blue LEDs 开始闪烁,这是要把SW3搬到RUN的一端,在按一下SW1(复位)的按钮,这是就启动驱动的安装,我的电脑是自动就安装好了,我也没做什么。然后在计算机就出来这个……

看到了空间的大小464KB,这就是存放代码的地方,我似乎开始理解了为什么叫做开源代码(个人理解,希望懂得人指正),然后4个Blue LEDs不闪了,但是一直亮着

此时表明你的驱动已经安装成功了,,就可以开始你后面的实验了

当然我驱动的安装成功还是看到了,板盒上的网址:http://sakuraboard.net 点进去之后,就有官网的详细教程,给个图大家看一下

工程师
2012-12-05 20:04:34     打赏
19楼
嗯,能学习的还有很多啊,功能太多了

工程师
2012-12-05 21:41:53     打赏
20楼
下一步就是,写代码怎么下载到板子里,有设置board是哪一项,还有端口,我的驱动正确安装了,但是在电脑的设备管理中没有端口,我觉得是不是默认为COM3了,明天再继续调试把,争取弄懂怎么下载代码的相关设置,点亮一个LED闪灯,也就算是入门了,希望看到的人指点一二

共39条 2/4 1 2 3 4 跳转至

回复

匿名不能发帖!请先 [ 登陆 注册 ]