Skip to content

Commit

Permalink
Made some changes to ChiliPeppr myWorkspace using Cloud9
Browse files Browse the repository at this point in the history
  • Loading branch information
chilipeppr committed Jan 27, 2016
1 parent 3634978 commit f24773a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# com-chilipeppr-workspace-sample
A ChiliPeppr Workspace sample.

![alt text](screenshot.png "Screenshot")


## ChiliPeppr Workspace / sample

Expand Down
17 changes: 7 additions & 10 deletions auto-generated-workspace.html
Original file line number Diff line number Diff line change
Expand Up @@ -362,27 +362,24 @@
</div>
</div>

<div id="com-chilipeppr-workspace-nodemcu-billboard" class="hidden">
<!-- Keep this div hidden so it can be cloned and used by the Javascript -->
<div id="com-chilipeppr-workspace-sample-billboard" class="hidden">
<div class="billboard-content">
<h4 class="billboard-title" style="">NodeMCU Workspace</h4>
<h4 class="billboard-title" style="">Sample Workspace</h4>

<p class="billboard-url" style=""><a href="http://chilipeppr.com/nodemcu">chilipeppr.com/nodemcu</a>
<p class="billboard-url" style=""><a href="http://chilipeppr.com/sample">chilipeppr.com/sample</a>

</p>
<div class="billboard-imgcontain" style="">
<a href="http://chilipeppr.com/nodemcu">
<div class="billboard-img" style="background-image: url('https://github.com/chilipeppr/workspace-nodemcu/raw/master/nodemcu.jpg')" />
<a href="http://chilipeppr.com/sample">
<div class="billboard-img" style="background-image: url('https://github.com/chilipeppr/workspace-sample/raw/master/billboard.png')" />
</a>
<div class="billboard-stats2">
</div>

</div>
<p class="billboard-desc">
A ChiliPeppr Workspace that lets you interact with the NodeMCU device. The NodeMCU device is an ESP8266 wifi module with an attached USB serial port bridge so you can easily use it and program it from your computer via the serial port. Thus, the NodeMCU
works brilliantly with ChiliPeppr. Secondly, the NodeMCU has the Lua language preloaded onto the ESP8266 so you can easily program the device.This workspace gives you convenience methods for programming the NodeMCU device. You can buy
the ESP8266 on ebay.com or aliexpress.com.


A ChiliPeppr Workspace that lets you do stuff.
</p>
</div>
</div>
Expand Down
Binary file added billboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed nodemcu.jpg
Binary file not shown.
Binary file removed screenshot.png
Binary file not shown.
17 changes: 7 additions & 10 deletions workspace.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,27 +105,24 @@
</div>
</div>

<div id="com-chilipeppr-workspace-nodemcu-billboard" class="hidden">
<!-- Keep this div hidden so it can be cloned and used by the Javascript -->
<div id="com-chilipeppr-workspace-sample-billboard" class="hidden">
<div class="billboard-content">
<h4 class="billboard-title" style="">NodeMCU Workspace</h4>
<h4 class="billboard-title" style="">Sample Workspace</h4>

<p class="billboard-url" style=""><a href="http://chilipeppr.com/nodemcu">chilipeppr.com/nodemcu</a>
<p class="billboard-url" style=""><a href="http://chilipeppr.com/sample">chilipeppr.com/sample</a>

</p>
<div class="billboard-imgcontain" style="">
<a href="http://chilipeppr.com/nodemcu">
<div class="billboard-img" style="background-image: url('https://github.com/chilipeppr/workspace-nodemcu/raw/master/nodemcu.jpg')" />
<a href="http://chilipeppr.com/sample">
<div class="billboard-img" style="background-image: url('https://github.com/chilipeppr/workspace-sample/raw/master/billboard.png')" />
</a>
<div class="billboard-stats2">
</div>

</div>
<p class="billboard-desc">
A ChiliPeppr Workspace that lets you interact with the NodeMCU device. The NodeMCU device is an ESP8266 wifi module with an attached USB serial port bridge so you can easily use it and program it from your computer via the serial port. Thus, the NodeMCU
works brilliantly with ChiliPeppr. Secondly, the NodeMCU has the Lua language preloaded onto the ESP8266 so you can easily program the device.This workspace gives you convenience methods for programming the NodeMCU device. You can buy
the ESP8266 on ebay.com or aliexpress.com.


A ChiliPeppr Workspace that lets you do stuff.
</p>
</div>
</div>
Expand Down

0 comments on commit f24773a

Please sign in to comment.