Did you know...
|
|
Serial Wombat Pin Mode Software Development Process Overview
Creating a new pin mode for your Serial Wombat requires a
number of steps:
- Download and install the MPLab IDE and C18 compiler.
- Download the Pin Mode
SDK zip file.
- Extract the zip file to a clean directory.
- Open the sdk_w4620.mcw Workspace file in MPLab.
- Double click the file user_code.c in the "Source
Files" are of the project browser.
- Add your code to the existing framework.
- Build the Code. Fix any errors, and continue building
until a .Hex file and .bin file are successfully created.
- Download your code to the Serial Wombat using the Wombat
Panel application, or any terminal with Xmodem.
- Use the standard Pin configuration command (200) to set a
pin to your new pin mode.
|
|