Skip to content

Commit 1722221

Browse files
committed
Comment-Update-to-S3-C-Example
Comment explaining that S3 C is a planned update to BlocklyProp at blockly.parallax.com, and that more examples will be available there after the update has taken effect.
1 parent 589dd44 commit 1722221

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Learn/Examples/Robots/S3/Test libS3 for Basic Functionality.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
This file just verifies basic functionality of the library.
3+
For lots of C code examples, start by creating a Scribbler
4+
Robot Blockly project at http://blockly.parallax.com. Then,
5+
click View and select Propeller C. Note: If the View menu
6+
only offers Spin as an alternate option to the blocks, then
7+
the feature has not yet been implemented.
8+
*/
9+
110
#include "simpletools.h"
211
#include "s3.h"
312

0 commit comments

Comments
 (0)