Searched refs:BMP085_ULTRAHIGHRES (Results 1 – 2 of 2) sorted by relevance
40 #define BMP085_ULTRAHIGHRES 3 macro100 BMPX8X (int bus, int devAddr=0x77, uint8_t mode=BMP085_ULTRAHIGHRES);
52 if (mode > BMP085_ULTRAHIGHRES) { in BMPX8X()53 mode = BMP085_ULTRAHIGHRES; in BMPX8X()