⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sources

📁 Source code for driving RFM01 fm radio receiver. Code for ATmega microcontrolers with 8bit CRC check
💻
字号:
include $(USRLIB)/onewire/sources

SRCLIB	+= $(USRLIB)/ds18x20/copy_scratchpad.c
SRCLIB	+= $(USRLIB)/ds18x20/find_sensor.c
SRCLIB	+= $(USRLIB)/ds18x20/get_power_status.c
SRCLIB	+= $(USRLIB)/ds18x20/meas_to_cel.c
SRCLIB	+= $(USRLIB)/ds18x20/read_meas.c
SRCLIB	+= $(USRLIB)/ds18x20/read_meas_single.c
SRCLIB	+= $(USRLIB)/ds18x20/read_scratchpad.c
SRCLIB	+= $(USRLIB)/ds18x20/recall_E2.c
SRCLIB	+= $(USRLIB)/ds18x20/start_meas.c
SRCLIB	+= $(USRLIB)/ds18x20/temp_cmp.c
SRCLIB	+= $(USRLIB)/ds18x20/temp_to_decicel.c
SRCLIB	+= $(USRLIB)/ds18x20/write_scratchpad.c

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -