Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: 24LCxx_I2C.cpp
- Revision:
- 2:16ce7dae9019
- Parent:
- 1:bdf87ab4cdb8
- Child:
- 3:d1d30d49e7ce
--- a/24LCxx_I2C.cpp Fri Jan 25 09:24:05 2013 +0000 +++ b/24LCxx_I2C.cpp Thu Jul 18 05:34:34 2013 +0000 @@ -25,7 +25,7 @@ unsigned char C24LCXX_I2C::I2CModuleRefCounter = 0; - C24LCXX_I2C::C24LCXX_I2C(const PinName p_sda, const PinName p_scl, const unsigned char p_address, const PinName p_wp, const int p_frequency) : _internalId("") { + C24LCXX_I2C::C24LCXX_I2C(const PinName p_sda, const PinName p_scl, const unsigned char p_address, const PinName p_wp, const unsigned int p_frequency) : _internalId("") { DEBUG_ENTER("C24LCXX_I2C") if (C24LCXX_I2C::I2CModuleRefCounter != 0) {