#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篇。 |
内容转换: |