mbed-os/libraries/mbed/api
Sissors fc0a2cf35e Mode added to BusIn + allow creation of NC pins
Now BusIn can also use PullUp, etc, instead of only BusInOut.

If the pin is NC, it does get to the init, but all write/mode functions
are disabled. This is how it used to be in the old gpio version. Quite
some libraries allow users to make pins NC, and they are all locking up
with the current mbed version. This is far from a perfect solution, but
more a temporary fix.
2014-04-03 09:22:51 +02:00
..
AnalogIn.h
AnalogOut.h
BusIn.h Mode added to BusIn + allow creation of NC pins 2014-04-03 09:22:51 +02:00
BusInOut.h
BusOut.h
CAN.h
CallChain.h
DigitalIn.h address concern from watarai-san about code size and performance by creating a set of common initialization functions 2014-03-04 14:09:41 +01:00
DigitalInOut.h fix more tabs to spaces 2014-03-04 15:07:30 +01:00
DigitalOut.h fix more tabs to spaces 2014-03-04 15:07:30 +01:00
DirHandle.h
Ethernet.h fix the documentation to match implementation 2013-11-21 11:24:58 +01:00
FileBase.h
FileHandle.h
FileLike.h
FilePath.h
FileSystemLike.h
FunctionPointer.h
I2C.h
I2CSlave.h
InterruptIn.h fix - KL46Z cmsis header (v2.2), shared interrupt PORTCD 2013-12-30 12:19:24 +01:00
InterruptManager.h
LocalFileSystem.h
PortIn.h
PortInOut.h
PortOut.h
PwmOut.h
RawSerial.h Added preliminary printf() support to RawSerial 2013-12-19 15:05:17 +02:00
SPI.h Provide generic pinout defines 2013-11-26 17:12:36 +02:00
SPISlave.h
Serial.h
SerialBase.h Added DEVICE_SERIAL_FC as an indicator for the flow control implementation 2013-12-11 10:26:18 +02:00
Stream.h
Ticker.h
Timeout.h
Timer.h
TimerEvent.h
can_helper.h
error.h Changed error(...) to a weak function 2014-03-31 10:27:14 -06:00
mbed.h Updated library version 2014-03-19 18:08:26 +00:00
mbed_debug.h
mbed_interface.h
platform.h
rtc_time.h
semihost_api.h
toolchain.h
wait_api.h