#include <stm32f10x.h>
#define _BV(n) (1 << (n))
#define CS_0 (GPIOA->BRR = GPI...
【程序】STM32单片机操作ST93C46存储器的程序(3.2V电压)#include <stm32f10x.h>
#define _BV(n) (1 << (n)) #define CS_0 (GPIOA->BRR = GPI... |
【图解】放大器中的外部交流电压是如何叠加到直流电路中的 [圖片]![]() |
【程序】STM32程序中使用printf和scanf函数读写串口 [圖片]![]() |
【程序】STM32使用SPI接口操作93C46存储器/* 93C46选默认的16位模式 */
#include <stm32f10x.h> #define _BV(n) (1 << (n)) #define C... |
【程序】STM32使用SPI接口(8位模式)读取93C46存储器上的数据/* 93C46选默认的16位模式,但SPI总线上每次发送/接收8位数据 */
#include <stm32f10x.h> #define _BV(n) (1 <... |
STM32的SPI虽然只能发送8或16位的数据,但也能用来操作93C46!void _93C46_WriteEnable(void)
{ // 开始 while ((SPI1-... |
【程序】51单片机操作93C46存储器/* ORG悬空,选16位模式 */
#include <at89x52.h> #define _BV(n) (1 << (n)) sbit CS = P1^... |
【程序】51单片机操作外部计数器74LS193#include <at89x52.h>
#define _BV(n) (1 << (n)) sbit PL = P3^0; // 置数端 sbit MR =... |
List of countries in Magiction by estimate GDP, GDP per capita (2016)Country Name Population GDP (US$) GDP per capita (US$) Gini Index
Jackland 6,743,950 186,305,829,...
JosephHeinrich
2-21
JosephHeinrich
(點擊/回復: 707/1)
|
【程序示例】使用位带操作法操作GPIOC的I/O口#include <stm32f10x.h>
void delay(void) { uint32_t i;... |
明天寒假还剩下最后一天了RT
|
|
【进度】作业进度现在已经写完了130页的《渔夫阅读》
|
|
【解决办法】VC6程序设置开机启动后默认目录自动更正在窗口类的构造函数中加上:
//获取程序目录 SetCurrentDirectory("C:\\"); //模拟开机启动 char ch[MAX_PA... |
全站共有主題數30095個,帖子數134799篇。 |
內容轉換: |