Many thanks!!!
You are right!!!
Sorry.
Angelo IK8VRQ
Search found 4 matches
- Sat Jan 17, 2015 6:36 pm
- Forum: General Discussion and Questions
- Topic: print() without newline
- Replies: 3
- Views: 29534
- Sat Jan 17, 2015 2:15 pm
- Forum: General Discussion and Questions
- Topic: print() without newline
- Replies: 3
- Views: 29534
print() without newline
Hello,
I need to use print function without generating a newline. It seems to me that using "," after print function does not works:
print ("ABC"),
print ("DEF")
The result:
ABC
DEF
with:
sys.stdout.write("ABC")
I have: ABC3
????
Any advice?
Thank you.
Angelo IK8VRQ
I need to use print function without generating a newline. It seems to me that using "," after print function does not works:
print ("ABC"),
print ("DEF")
The result:
ABC
DEF
with:
sys.stdout.write("ABC")
I have: ABC3
????
Any advice?
Thank you.
Angelo IK8VRQ
- Fri Nov 28, 2014 1:12 pm
- Forum: General Discussion and Questions
- Topic: watchdog
- Replies: 3
- Views: 4326
Re: watchdog
Hi,
just to clarify, and for the ham friends who wrote me, we are working on a balloon project using the pyboard as a flight computer.
We believe that a watchdog is a must for this design.
Kind regards and 73 (for ham friends!)
Angelo
just to clarify, and for the ham friends who wrote me, we are working on a balloon project using the pyboard as a flight computer.
We believe that a watchdog is a must for this design.
Kind regards and 73 (for ham friends!)
Angelo
- Wed Nov 26, 2014 9:50 am
- Forum: General Discussion and Questions
- Topic: watchdog
- Replies: 3
- Views: 4326
watchdog
Hi to everyone,
could be important have a watchdog in some critical application.
What about it? Can be implemented?
Kind regards. Angelo
could be important have a watchdog in some critical application.
What about it? Can be implemented?
Kind regards. Angelo