That should not be a problem. The BMP180 is fully compatible with the older BMP085. However, it is necessary to write a module for it before you can use it with the Espruino. The easiest way is to simply port the readily available Arduino I2C driver for the chip.
I would love to write the module, but I do not have a lot of time right now. If you want to have a go yourself, check out the modules already there and the I2C reference docs.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
That should not be a problem. The BMP180 is fully compatible with the older BMP085. However, it is necessary to write a module for it before you can use it with the Espruino. The easiest way is to simply port the readily available Arduino I2C driver for the chip.
I would love to write the module, but I do not have a lot of time right now. If you want to have a go yourself, check out the modules already there and the I2C reference docs.