Skip to content

Commit

Permalink
add Particle alias alongside Cloud and deprecated Spark. addres…
Browse files Browse the repository at this point in the history
…ses #421
  • Loading branch information
m-mcgowan committed Aug 13, 2015
1 parent 7af7828 commit 70f4190
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wiring/inc/spark_wiring_cloud.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,6 @@ class CloudClass {
};


extern CloudClass Spark;
extern CloudClass Spark __attribute__((deprecated("Spark is now Particle.")));
extern CloudClass Cloud;
extern CloudClass Particle;

0 comments on commit 70f4190

Please sign in to comment.