英文: AVR C programming: Code Doesn't Work (port pin won't toggled) Because Function Declared ...
SML需要C++14支持。
英文: SML requires C++14 support 问题 我刚开始学习Adruino,并想在其中使用[boost sml库](https://github.com/boost-ext/sml...
在avr_hal中等价于 “tone()” 的函数是什么?
英文: Equivalent of "tone()" in avr_hal 问题 I'm trying to translate the following code from t...
为什么这个用于ATMega128的AVR代码表现出这种行为?
英文: Why does this AVR code for ATMega128 behave the way it does? 问题 I see you're looking for help wi...
连接6116到ATMega128
英文: Connecting 6116 to ATMega128 问题 I have been trying to connect a 6116 to an ATMega128 in Proteus....
AVR – MCP4921, 自定义正弦波频率
英文: AVR - MCP4921, custom sinewave frequency 问题 I'm trying to generate a sinewave of 40KHz from an a...
ATtiny402 ADC数值未正常返回。
英文: ATtiny402 ADC value comming not properly 问题 在ATtiny402上,当输入电压达到+2.5V时,ADC值不会增加。它会卡在对应+2.5V时的最大AD...
将数据移入 __uint24 中,使用汇编。
英文: Moving data into __uint24 with assembly 问题 我最初有以下的C代码: ```C volatile register uint16_t counter a...
去将Go移植到AVR架构?
英文: Go port to the AVR architecture? 问题 自从我听说谷歌的新语言Go之后,我就想用它来进行微控制器编程。特别是针对Atmel AVR微控制器,比如Atmega系列...