搜索结果
找到约 6 项符合
MNT 的查询结果
其他嵌入式/单片机内容 Nucleus MNT评估版
Nucleus MNT评估版,内含MNT实时内核,可用Visual C++编译
其他嵌入式/单片机内容 Nucleus MNT评估版
Nucleus MNT评估版,内含MNT实时内核,可用Visual C++编译
传感与控制 Opsens光纤传感器在生命科学应用方案
1. 核磁共振和射频环境下患者温度监控 Opsens的OTG-M3000光纤温度传感器和OEM-MNT 解决方案为集成到核磁共振病人监护仪而设计。我们坚固的传感器能提供: • 表面皮肤温度探测 • 核心温度探测 • 为鼻和食道定制温度传感器 Opsen的OTG-M420和 OTG-MPK5光纤温度传感器本质安全,在磁共振,射频消解和体温过高处 ...
嵌入式Linux 一个基于armlinux的u盘管理精灵进程
一个基于armlinux的u盘管理精灵进程,监听USB端口的变化,如果插入的是U盘,则自动mount到/mnt/sda*
嵌入式Linux 一个基于armlinux的管理精灵进程
一个基于armlinux的管理精灵进程,针对MMC卡接口,监听这个接口,如果有多媒体卡插入,则自动mount到/mnt/mmc*
Linux/Unix编程 interrupt application code * compile : * $/usr/local/arm/2.95.3/bin/arm-linux-gcc -o in
interrupt application code
* compile :
* $/usr/local/arm/2.95.3/bin/arm-linux-gcc -o interrupt interrupt.c
* $cp interrupt /tftpboot/examples
* run in target:
* #mount 192.168.1.180:/tftpboot/ /mnt/nfs
* #cd /mnt/nfs/examples
* #insmod eintdrv.o
* ...