3381172366
								
							 
						 
						
							
								
								remove tutorials part 2 & 3 from travis.yml  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								197abb849d
								
							 
						 
						
							
								
								Merge pull request  #135  from ivankravets/patch-6  
							
							Continuous Integration 
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								fed597678b
								
							 
						 
						
							
								
								Continuous Integration using  @PlatformIO  and  @travis-ci  
							
							Hi @PaulStoffregen ,
I see that your project contains the practical examples. All of us understand that it’s not easy to test them before each new commit to this repository. What is more, need to be sure that all of these examples are actual and compile without errors.
I propose to solve this task using [Continuous integration](https://en.wikipedia.org/wiki/Continuous_integration ) practice which is intended to detect [integration bugs](https://en.wikipedia.org/wiki/Software_testing#Integration_testing ) and save time over the lifespan of a project.
## How does it work?
The each new commit to this repository will be tested using existing examples with appropriate platforms/embedded boards. @PlatformIO  is used here as cross-platform code builder and library manager in pair with @travis-ci  (distributed continuous integration service). 
## Quickstart
Please enable @travis-ci  following the steps 1, 2 and 5 here http://docs.travis-ci.com/user/getting-started/#To-get-started-with-Travis-CI%3A  
For more details please follow to:
* Official Travis CI Documentation for PlatformIO: https://docs.travis-ci.com/user/integration/platformio/ 
* PlatformIO documentation for Travis CI: http://docs.platformio.org/en/latest/ci/travis.html 
## Status Badge
You can add [badge with build status](https://docs.travis-ci.com/user/status-images/ ) to your README
**Markdown**
```
[](https://travis-ci.org/PaulStoffregen/Audio )
```
**RST**
```
.. image:: https://travis-ci.org/PaulStoffregen/Audio.svg?branch=master 
    :target: https://travis-ci.org/PaulStoffregen/Audio 
```
## Examples
* Project [USB_Host_Shield_2.0](https://github.com/felis/USB_Host_Shield_2.0 ) [](https://travis-ci.org/felis/USB_Host_Shield_2.0 )
* Project [Arduino-IRremote](https://github.com/z3t0/Arduino-IRremote ) [](https://travis-ci.org/z3t0/Arduino-IRremote )
* Project [ethercard](https://github.com/jcw/ethercard ) [](https://travis-ci.org/jcw/ethercard ) 
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								8fe6d77908
								
							 
						 
						
							
								
								Merge pull request  #134  from ivankravets/patch-5  
							
							Handle all nested examples 
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								210ed98669
								
							 
						 
						
							
								
								Handle all nested examples  
							
							More examples for http://platformio.org/#!/lib/show/70/Audio  
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								2e34d31865
								
							 
						 
						
							
								
								Merge pull request  #133  from mamuesp/master  
							
							Again import improvements 
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								171d82356a
								
							 
						 
						
							
								
								Merge pull request  #132  from ivankravets/patch-4  
							
							Add dependent SerialFlash library 
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								1c522d1be2
								
							 
						 
						
							
								
								Improvement: import is able to parse comma separated definitions of variables  
							
							Improvement: import ignores lines which start with an known type but ends not with an ";"
Tidy up: deleted the "resources" folder, all static data is in the index.html file
Prepared: Looking for a solution to semi-automatic arrange imported nodes without coordinates 
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								cc87d8a257
								
							 
						 
						
							
								
								Add dependent SerialFlash library  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								e8a0d0947c
								
							 
						 
						
							
								
								Merge pull request  #131  from ivankravets/patch-3  
							
							Exclude extras folder and specify version 
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								ac5a149966
								
							 
						 
						
							
								
								Exclude extras folder and specify version  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								f665c5b421
								
							 
						 
						
							
								
								Merge pull request  #130  from mamuesp/master  
							
							Improvement: import is now very error tolerant 
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								bc6be819e4
								
							 
						 
						
							
								
								Improvement: import is now very error tolerant, no need of "begin" or "end" comments - just throw the data in. It searches for keywords (aka node types) at the start of each line and tries to parse these lines.  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								685ca7400c
								
							 
						 
						
							
								
								Merge pull request  #128  from mamuesp/master  
							
							Bugfix: import function - undefined variable 
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								1b990b7ca4
								
							 
						 
						
							
								
								Bugfix: import function - undefined variable  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								8a21e6e67f
								
							 
						 
						
							
								
								Merge pull request  #127  from mamuesp/master  
							
							Bugfix: added the loading of the static form data 
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								e60107aa12
								
							 
						 
						
							
								
								Bugfix: added the loading of the static form data (had been forgotten in the last commit)  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								b20b1e6fb6
								
							 
						 
						
							
								
								Merge pull request  #126  from mamuesp/master  
							
							Some bugfixes and some improvements 
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								380a351f6b
								
							 
						 
						
							
								
								Removed the asynchronous loading of HTML files via JavaScript, because this will be blocked on real offline use (file:// protocol).  
							
							Removed the extern files, except the JSON file with the node descriptions, this will be loaded in offline mode too. 
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								8c9b34d565
								
							 
						 
						
							
								
								Some bugfixes and some improvements  
							
							- fixed: clear selected nodes, works with several or all selected nodes (reason: two counting variables with the same name "i" where used in two nested loops)
- new: change node names (you can assign names to the nodes, these will be used as IDs if exported or re-imported to CPP (Arduino code)
- fixed: import merges imported nodes to existings ones, skipping nodes with the same name
- fixed: tooltips are now working, extracting the first paragraph of the HTML code
- new: nodes definition extracted to JSON file
- new: nodes help pages extracted to single HTML files
- new: form pages extracted to single HTML files
- new: asynchronous loading of JSON, help and form data, data will only be loaded when needed
- style: adapted the size of the palette, labels had been partially hidden 
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								7c62476e4f
								
							 
						 
						
							
								
								Merge pull request  #125  from mamuesp/master  
							
							Import function for code from Arduino IDE 
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								0a43f66de2
								
							 
						 
						
							
								
								Added import functionality of Arduino code (without disturbing whitespaces and empty lines)  
							
							Small correction 
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								ff75404f8e
								
							 
						 
						
							
								
								Added import functionality of Arduino code (without disturbing whitespaces and empty lines)  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								50b2897871
								
							 
						 
						
							
								
								Added import functionality of Arduino code (without disturbing whitespaces and empty lines)  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								5c8aa2b9d3
								
							 
						 
						
							
								
								Added import functionality of Arduino code (without disturbing whitespaces and empty lines)  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								563aa6482c
								
							 
						 
						
							
								
								Added import functionality of Arduino code (without disturbing whitespaces and empty lines)  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								90aad62e30
								
							 
						 
						
							
								
								Added import functionality of Arduino code (without disturbing whitespaces and empty lines)  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								0d18ea27bf
								
							 
						 
						
							
								
								Merge pull request  #123  from stevstrong/master  
							
							corrected image link pathes 
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								b910b37606
								
							 
						 
						
							
								
								updated image link pathes  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								e7a3425cc0
								
							 
						 
						
							
								
								Increase to version 1.03  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								dbafd4b297
								
							 
						 
						
							
								
								fix bug with button1 on oscillator tutorial  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								110d115128
								
							 
						 
						
							
								
								Default mic gain at 36 in tutorial  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								1d3a534ee0
								
							 
						 
						
							
								
								Tutorial sections 2- & 3 aren't supposed to have audio objects  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								58ac95151c
								
							 
						 
						
							
								
								Add Oscillators tutorial  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								29b7efaa2d
								
							 
						 
						
							
								
								Add TFT tutorial example  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								b16472a1f8
								
							 
						 
						
							
								
								Opps, pinMode needed  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								f6405adb1a
								
							 
						 
						
							
								
								Update tutorial examples  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								1c2c54ac5d
								
							 
						 
						
							
								
								Move wav2sketch to extras folder, avoids problem with Arduino 1.6.6  
							
							https://forum.pjrc.com/threads/31351-Teensyduino-1-26-Beta-3-Available?p=87620&viewfull=1#post87620  
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								aecb6d73a5
								
							 
						 
						
							
								
								Move misc files to subdirs  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								652994b05b
								
							 
						 
						
							
								
								Fix javascript errors with Chrome (thanks HWGuy)  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								0e9d655c69
								
							 
						 
						
							
								
								Improve offline browser compatibility  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								4c1f5e5d53
								
							 
						 
						
							
								
								Fix A3 note frequency in FFT tutorial example  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								1e3876effa
								
							 
						 
						
							
								
								Fix compiler warning  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								eea0639e31
								
							 
						 
						
							
								
								Add FFT Tutorial example  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								8075883982
								
							 
						 
						
							
								
								Fix FFT read range (now inclusive)  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								2ee2eac12d
								
							 
						 
						
							
								
								Add tutorial files  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								a41e2a7c26
								
							 
						 
						
							
								
								design tool needs to include SerialFlash.h in exported code  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								7eb79725da
								
							 
						 
						
							
								
								Add case sensitive note to AudioPlaySerialflashRaw documentation  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								b3b3f857a8
								
							 
						 
						
							
								
								remove leftover debug code from AudioPlaySerialflashRaw  
							
							
							
						 
						pirms 10 gadiem  
				
					
						
							
								 
						
							
								6c4a806fca
								
							 
						 
						
							
								
								Initial work on DAC for Teensy-LC (still incomplete)  
							
							
							
						 
						pirms 10 gadiem