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: main.cpp
- Revision:
- 4:e2b18050c4d5
- Parent:
- 3:a9453e8c6641
- Child:
- 5:46b14ed96df3
diff -r a9453e8c6641 -r e2b18050c4d5 main.cpp
--- a/main.cpp Fri Nov 28 02:46:57 2014 +0000
+++ b/main.cpp Fri Dec 05 02:54:36 2014 +0000
@@ -52,7 +52,8 @@
int main(void)
{
- /* available PMOD types
+ /*
+ available PMOD types
PMOD_TYPE_I2C_A,
PMOD_TYPE_I2C_B,
PMOD_TYPE_I2C_AB,
@@ -63,7 +64,7 @@
PMOD_TYPE_5_HBRIDGE,
PMOD_TYPE_6_HBRIDGE
*/
- Ard2Pmod ard2pmod(PMOD_TYPE_I2C_AB);
+ Ard2Pmod ard2pmod;
//can be used to wiggle lines for PMOD_TYPE_1_GPIO
//BusOut pmod_A(D10, D11, D12, D13);
MAXREFDES72# Ard2Pmod Shield