Commit Graph

111 Commits

Author SHA1 Message Date
egoistka b3352ebda9 - Fix typo OFFSE_DUTY -> OFFSET_DUTY
- Introduce constant SERVO_DELAY_SEC for servo sleep before changing the angle
- inline map() function for converting angle to duty cycle as the current one is generic and a bit hard to follow
2020-11-23 18:17:07 +00:00
DenzelChen 728cddc0df Add ADCDevice.py 2020-11-23 17:47:21 +08:00
DenzelChen 68ef4c507c Update tutorial Pi 400 2020-11-16 10:35:09 +08:00
DenzelChen 4d0c36d89a Update tutorial 2020-11-11 17:56:47 +08:00
DenzelChen 1bda71409f Update DHT11 2020-10-17 11:54:10 +08:00
Suhayl 3d71851846 update dht.
Optimize DHT11 code
2020-10-16 17:56:30 +08:00
DenzelChen 965a18dbb3 Update tutorial 2020-10-15 15:41:19 +08:00
DenzelChen d2903c8809 Update tutorial 2020-09-30 22:32:57 +08:00
DenzelChen 84ebd5323e Update tutorial 2020-09-21 12:20:53 +08:00
DenzelChen 12e3eac872 Update tutorial 2020-09-05 17:32:05 +08:00
DenzelChen c039288e64 Update processing sketch 04 2020-09-02 18:19:28 +08:00
DenzelChen a2fbaabb08 Update tutorial 2020-08-31 11:46:33 +08:00
DenzelChen 5b1f06b2b6 Update read me first 2020-08-26 08:38:40 +08:00
DenzelChen db1d91e11f Update documents 2020-08-25 15:27:46 +08:00
DenzelChen 33fb77f9fe Modify circuit on page 262 2020-08-14 08:34:11 +08:00
DenzelChen 857bf1467d Update tutorial 2020-08-12 13:35:07 +08:00
DenzelChen 62eac3575f Update tutorial and RGB LCD code 2020-07-30 14:12:36 +08:00
DenzelChen fa5eb50cb9 Modify tutorial 2020-07-11 14:09:50 +08:00
DenzelChen 644cb67974 Modify list picture 2020-07-10 09:08:06 +08:00
DenzelChen f309f8094e Add RGB led wiring 2020-07-02 14:24:46 +08:00
Suhayl 10fda394bf Merge pull request #22 from splinterific/readme_typo_fix
Updated Typo in the readme to the correct spelling
2020-06-28 10:27:55 +08:00
Mark Preston 7877cdffb2 Updated Typo in the readme to the correct spelling 2020-06-27 14:17:48 +01:00
DenzelChen 4b5630daca Modify list 2020-06-19 15:23:12 +08:00
DenzelChen 6bc535a83c Modify tutorial 2020-06-15 18:02:53 +08:00
Suhayl 56147c03d9 update.
add GPIO.cleanup().
2020-05-28 16:46:00 +08:00
Suhayl c4e7901ad7 Merge pull request #21 from kurl/time-lcd-20
Enforce a 2 digits time for hour, min and sec
2020-05-28 16:26:46 +08:00
DenzelChen 836f1c729c Modify tutorial 2020-05-28 14:30:23 +08:00
Romain Ariza 9e786108f9 Enforce a 2 digits time for hour, min and sec 2020-05-27 23:23:18 +10:00
DenzelChen d8ea41fa41 Modify tutorial and update ADC library for python 2020-05-20 14:51:48 +08:00
DenzelChen 3b7e9f4d8b modify tutorial
chapter 7 code path
2020-04-07 18:16:47 +08:00
Suhayl 0386707dc1 add datasheet.
add ads7830 datasheet.
2020-03-31 16:31:49 +08:00
Suhayl c5ec9de682 update adc.
Update ADC related chapters
2020-03-31 14:18:05 +08:00
Suhayl e804f3482e update adc.
update adc.
2020-03-31 11:56:35 +08:00
Suhayl a9ef4738b1 Merge branch 'master' of https://github.com/Freenove/Freenove_Ultimate_Starter_Kit_for_Raspberry_Pi 2020-03-13 09:16:10 +08:00
Suhayl a2ac6a4988 Update ADC module.
update adc module ,add ads7830.
2020-03-11 16:06:06 +08:00
DenzelChen 85793fc73c Modify Tutorial
Modify chapter 2
2020-02-28 18:12:45 +08:00
Suhayl 01075b8d39 rm files 2020-02-25 09:33:26 +08:00
Suhayl d2af7f1c09 change case
Change the case of "Tablelamp.c".
2020-02-25 09:23:41 +08:00
Suhayl 68793bed42 Replace tab with space
Replace all tab with space, to adapt to different editors.
2020-01-13 11:23:16 +08:00
DenzelChen abb1b0907a Optimize Tutorial
Modify the preface.
Add more notes to configure i2c.
Modify the part list about Raspberry Pi.
Modify resistor for Thermistor project.
Add explanation for resistor in button project.
Modify build setting about Geany for C code.
2020-01-07 18:23:39 +08:00
Suhayl cbbc5e3b59 Update.
Update download command.
2020-01-07 17:55:23 +08:00
Suhayl ccab0ff9ff Update
Fixed bug.
2019-12-28 18:41:46 +08:00
Suhayl e6f7b47104 Update.
Fixed bug.
2019-12-28 18:06:08 +08:00
Suhayl 163b601437 Optimized Tutorial.
Optimized Tutorial.
2019-12-28 16:30:33 +08:00
Suhayl c9cfe0fcd3 New Release.
Extensive updates.
Optimize code and comments.
2019-12-28 15:21:48 +08:00
Suhayl 9c283ca5ef Merge pull request #17 from luismateopineda/patch-1
Fix filename and description.
2019-12-12 08:41:42 +08:00
Luis Pineda b302b34ded Fix filename and description 2019-12-09 16:54:46 -05:00
Suhayl 0ee3598cf8 Update.
1. Add contact information in the running code section.
2. Add note to configure i2c first in the LCD chapter.
2019-11-19 17:27:19 +08:00
Suhayl d3efbe972d processing
update processing tutorial.
2019-11-07 08:49:07 +08:00
Suhayl 114d472f37 processing.
update processing tutorial.
rename sketchs to sketches.
2019-10-26 13:56:12 +08:00