Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SACADA
sacada-python
Commits
0981ad82
Commit
0981ad82
authored
Oct 01, 2019
by
Pedro Henrique Kopper
Browse files
Limpar comando de import
parent
bbd24f63
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
0981ad82
...
...
@@ -26,7 +26,7 @@ Tome cuidado que, neste caso, o comando `sacada` ficará disponível apenas em `
[
TODO] Escrever códigos de [exemplo.
](
/Exemplos
)
```
python
from
sacada
.SACADA
import
SACADA
from
sacada
import
SACADA
s
=
SACADA
(
"/dev/ttyACM0"
)
...
...
bin/sacada
View file @
0981ad82
...
...
@@ -4,7 +4,7 @@ from time import sleep
import
click
from
tqdm
import
tqdm
from
thermocouples_reference
import
thermocouples
from
sacada
.SACADA
import
SACADA
from
sacada
import
SACADA
typeR
=
thermocouples
[
'R'
]
...
...
sacada/__init__.py
View file @
0981ad82
from
.
import
SACADA
from
.
SACADA
import
SACADA
__version__
=
"0.0.1"
__all__
=
[
'SACADA'
]
print
(
"called"
)
Write
Preview
Markdown
is supported
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