python - Eclipse & PyDev: Access class functions from console/terminal -
in eclipse, there output console @ bottom. existing microcontroller environment, how can access functions "readregister" device class console when program running?
in class of µc there several functions "readregister" "writeregister" (for connected i²c device) , on. when start python script there initialization routine , script finished. if want communicate i²c device, have put commands in script. how can execute these functions entering command in ide's console?
Comments
Post a Comment