Shop OBEX P1 Docs P2 Docs Learn Events
Storing programs on FLIP — Parallax Forums

Storing programs on FLIP

Does anybody know how I can store the current program (project) in the FLIP device? When power thru usb is diconnected the project erases since it is in ram.
On the BS2 device the last program remains in eeprom? when power is off. Does Flip have an eeprom? Thanks.

Comments

  • VonSzarvasVonSzarvas Posts: 3,276
    edited 2019-10-21 05:34
    FLiP does have an EEprom.

    BlocklyProp has two buttons for sending code to your FLiP....

    RUN - use this for 1-time run (I think what you have been doing)


    LOAD - use this to store your code to eeprom, and then run it. This is the function you want!


    The button icons look like this:

    COMPILE - Green tick
    RUN - Green downward arrow
    LOAD - Green downward arrow pointing to a line
  • Thanks VonSzarvas. Load icon works as you said.
Sign In or Register to comment.