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

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -