News:

SMF - Just Installed!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - georgecoller

#1
Got my new Odytron edition and loving it but am getting compiling errors when trying to get the original SSAtmAtmegatron.ino to work (see below).  the clycotron, delayertron, and odytron files compile and upload fine.

Arduino: 1.6.7 (Mac OS X), Board: "Arduino/Genuino Uno"

In file included from sketch/SsAtmAtmegatron.ino.cpp:1:0:
/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino/Arduino.h:40:14: error: expected unqualified-id before numeric constant
#define HIGH 0x1
              ^
/Users/georgecoller/Documents/Arduino/libraries/AtmPatch/AtmPatch.h:52:29: note: in expansion of macro 'HIGH'
  static const unsigned char HIGH = 1;

                             ^
/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino/Arduino.h:41:14: error: expected unqualified-id before numeric constant
#define LOW  0x0
              ^
/Users/georgecoller/Documents/Arduino/libraries/AtmPatch/AtmPatch.h:53:29: note: in expansion of macro 'LOW'
  static const unsigned char LOW = 0;

                             ^
/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino/Arduino.h:40:14: error: expected unqualified-id before numeric constant
#define HIGH 0x1
              ^
/Users/georgecoller/Documents/Arduino/libraries/AtmEngine/AtmEngine.h:114:29: note: in expansion of macro 'HIGH'
  static const unsigned char HIGH = 1;

                             ^
/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino/Arduino.h:41:14: error: expected unqualified-id before numeric constant
#define LOW  0x0
              ^
/Users/georgecoller/Documents/Arduino/libraries/AtmEngine/AtmEngine.h:115:29: note: in expansion of macro 'LOW'
  static const unsigned char LOW = 0;

                             ^
exit status 1
Error compiling.

  This report would have more information with
  "Show verbose output during compilation"
  enabled in File > Preferences.