-
Datei
DS7505.c
#include <stdio.h> // printf #include <string.h> // strcmp, strlen #ifdef _WIN32 unsigned char inb(unsigned short int port) { unsigned char data = 0x00; asm("mov %1, %%dx;inb %%dx, %0;" : "=r" (data) : "g" (port)); return(data); } int ioperm(unsigned long int from, unsigned long int num, int turn_on) { return(0); } void outb(unsigned char value, unsigned short int port) { asm("mov %0, %%dx;mov %1, %%al;out %%al, %%dx;" : : "g" (port), "g" (value)); } #else #include <sys/io.h> // inb, ioperm, outb #endif void twi_clock_off(void) { outb(inb(0x0378) & 0xEF, 0x0378); } void twi_clock_on(void) { outb
in „define in c für asm mit rückgabewert“ · Softwareentwicklung ·
-
PDF
catalog.pdf
Surface Mount Precision Temperature Sensor - SOIC-8 Page 67/87 Bauteileliste vom 12.08.2022 MPN: DS7505S+ [ID]: 000119 [Price]: 3.02 USD [QTY]: 20 [Category]: Temperature and Humidity Sensors [Desc]: DS7505 Series 3.7V Digital Thermometer and Thermostat - SOIC-8 Narrow MPN: DS600U+ [ID]: 000282 [Price
-
PDF
catalog.pdf
Humidity Sensors [Desc]: LM335 Series 3.01 V Surface Mount Precision Temperature Sensor - SOIC-8 MPN: DS7505S+ [ID]: 000119 [Price]: 3.02 USD [QTY]: 20 [Category]: Temperature and Humidity Sensors [Desc]: DS7505 Series 3.7V Digital Thermometer and Thermostat - SOIC-8 Narrow MPN: DS600U+ [ID]: 000282 [Price
-
PDF
catalog-3.pdf
Humidity Sensors [Desc]: LM335 Series 3.01 V Surface Mount Precision Temperature Sensor - SOIC-8 MPN: DS7505S+ [ID]: 000119 [Price]: 4.1616 USD [QTY]: 20 [Category]: Temperature and Humidity Sensors [Desc]: DS7505 Series 3.7V Digital Thermometer and Thermostat - SOIC-8 Narrow MPN: DS600U+ [ID]: 000282 [Price