-
中文资料
TC1782中文资料,可以快速上手,学习内部芯片构造与原理(TC1782 Chinese materials, can quickly start to learn the internal chip structure and principles)
- 2020-06-30 10:20:01下载
- 积分:1
-
OLED
在本文中,您将学习如何通过Arduino运行OLED,并在其上显示文本,图像和动画。
硬件组件:
Arduino Uno Rev3× 1
0.96英寸OLED 64x128显示模块× 1
21厘米40P公/母跳线× 1
软件应用程序和在线服务:
Arduino IDE
在本文附件中,我们将介绍OLED显示器、OLED显示器的差异,如何通过简单的控制器运行它们,以及在它们上显示文本和图像。非常适合新手小白学习如何在OLED上显示文本、图像和动画。(In this article, you will learn how to run OLED through Arduino and display text,)
- 2020-06-23 02:00:02下载
- 积分:1
-
psasp软件3机9节点完整算例WSCC9
psasp软件3机9节点完整算例WSCC9(Complete example WSCC9 of PSASP software 3-machine 9-node)
- 2021-04-26 09:38:45下载
- 积分:1
-
TeraCopy 3.26_Free
second first methal as der
- 2018-02-10 06:32:04下载
- 积分:1
-
三次样条插值
说明: 求解3次样条插值,用于拟合函数,数值分析中作业....(function which used for function fitting)
- 2020-12-23 18:58:26下载
- 积分:1
-
经典SVM算法matlab程序
经典SVM算法matlab程序,亲测好用(Classic SVM algorithm matlab program)
- 2017-12-25 14:38:42下载
- 积分:1
-
EC20 AT指令驱动
说明: EC20模块AT指令驱动,EC20是移远一款带有GPS功能的LTE模块,代码实现了AT指令数据收发 1、使用 AT+QGPSCFG 对GPS参数进行配置,此步骤不进行亦可使用(采用默认参数)。 2、使用 AT+QGPS 开启GPS功能,激活NMEA端口开始上报GPS NMEA数据,也可通过AT指令端口获取NMEA GPS数据(EC20 module is driven by at command. EC20 is a LTE module with GPS function. The code realizes at command data receiving and transmitting 1. Use at + qgpscfg to configure GPS parameters. This step can be used without (using default parameters). 2. Use at + qgps to turn on GPS function, activate NMEA port to start reporting GPS NMEA data, or obtain NMEA GPS data through at command port)
- 2021-01-11 20:58:50下载
- 积分:1
-
7para
测绘小软件,七参数坐标转换,解决一些坐标转换问题,复杂问题简单化(surveying and mapping)
- 2012-05-23 23:01:21下载
- 积分:1
-
bank
说明: 模拟实现了银行系统的各种业务,转账 存款 取款 修改密码等(Simulated realization of various business of banking system)
- 2020-06-24 06:40:02下载
- 积分:1
-
question2
Q1 Create a program that will initialise Port2 bits 0 - 7 to outputs. Then in an endless loop perform the sequence of bit manipulations shown below. Your program should use bit masking operations. Here is an outline of the program in pseudo-code and with the first two bit manipulations done for you.
//initialise port 2 for output
//set all outputs to 0
while(1)
{
FIO2PIN |= 0x04 // set bit 2 on (0x04 = 00000100)
FIO2PIN &= ~0x04 // set bit 2 off
//set port2 bit 1 on
//set port2 bit 1 off
//set port2 bit 4 on
//set port2 bit 6 and bit 7 on
//set port2 bit 4 off
//set port2 bit 6 and bit 7 off
- 2010-03-09 01:40:03下载
- 积分:1