📄 exercise-4-begin.c
字号:
/* Exercise 4
A simple oscilloscope demo for the FG439, using the ADC12 to sample a signal, and the
UART to send the the results to a PC for display. Constructed from elements of examples:
fet430_adc12_09.c
fet430_tb_10.c
fet430_uart01_115200.c
*/
#include <msp430xG43x.h>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -