3.5. Photon Functions

Programs using the Photon® microGUI will operate in one of two modes: a) allowing the Photon function, PtMainLoop, to implement the event loop, or b) by implementing an event loop using IP_Receive. Different set-up calls are required depending on which of these methods is used. It is possible to set up a program to use both of these methods, at the user's option.