Based off of: http://docs.sequelizejs.com/en/1.7.0/articles/express/
Create and initialize your a directory for your Express application.
$ mkdir sequelize-demoBased off of: http://docs.sequelizejs.com/en/1.7.0/articles/express/
Create and initialize your a directory for your Express application.
$ mkdir sequelize-demo| /** | |
| * @author Chathura Wijesinghe <[email protected]> on 9/9/15. | |
| */ | |
| public class RecordingActivity extends AppCompatActivity implements View.OnClickListener { | |
| private TextView mTimerTextView; | |
| private Button mCancelButton; | |
| private Button mStopButton; | |
| private MediaRecorder mRecorder; |
| ;****************************************************** | |
| ;PIC Configuration for PIC16F887 | |
| #include "p16F887.inc" | |
| ; CONFIG1 | |
| ; __config 0x2032 | |
| __CONFIG _CONFIG1, _FOSC_HS & _WDTE_OFF & _PWRTE_OFF & _MCLRE_ON & _CP_ON & _CPD_ON & _BOREN_OFF & _IESO_OFF & _FCMEN_OFF & _LVP_OFF | |
| ; CONFIG2 | |
| ; __config 0x3FFF | |
| __CONFIG _CONFIG2, _BOR4V_BOR40V & _WRT_OFF |