Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
labrobotica
drivers
usb_i2c_adapter
Commits
09f05417
Commit
09f05417
authored
Aug 05, 2010
by
Sergi Hernandez
Browse files
Minor changes
parent
7ae909df
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/examples/test_usb_i2c.cpp
View file @
09f05417
...
...
@@ -85,7 +85,7 @@ int main(int argc, char *argv[])
else
std
::
cout
<<
" low level."
<<
std
::
endl
;
usleep
(
500000
);
}
}
}
catch
(
CException
&
e
)
{
std
::
cout
<<
e
.
what
()
<<
std
::
endl
;
...
...
src/usb_i2c.cpp
View file @
09f05417
#include
"usb_i2c.h"
#include
"eventexceptions.h"
#include
"
string.h
"
#include
<
string.h
>
CUSBI2C
::
CUSBI2C
(
const
std
::
string
&
adapter_id
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment