How do I set the hardware clock with Python on embedded linux systems?
Regards,
|
feedback
|
|
Probably no easy way other than doing an os.system() call.
or using the 'date' command
or if you are dying to do some c coding, wrapping the system calls with swig... but I think that would be more work than its worth. | |||||
feedback
|