File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed
docs/kernel-hackers-notebook Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1515 "vendor_name" : " Firgelli" ,
1616 "vendor_part_name" : " L12 EV3 100mm" ,
1717 "vendor_part_number" : " L12-EV3-100" ,
18- "vendor_website" : " http://store.firgelli .com/product_p/l12-ev3-100.htm"
18+ "vendor_website" : " http://www.actuonix .com/product_p/l12-ev3-100.htm"
1919 },
2020 {
2121 "count_per_m" : " 2000" ,
3333 "vendor_name" : " Firgelli" ,
3434 "vendor_part_name" : " L12 EV3 50mm" ,
3535 "vendor_part_number" : " L12-EV3-50" ,
36- "vendor_website" : " http://store.firgelli .com/product_p/l12-ev3-50.htm"
36+ "vendor_website" : " http://www.actuonix .com/product_p/l12-ev3-50.htm"
3737 },
3838 {
3939 "id" : " LEGO_9V_MINI_MOTOR_NEWER" ,
197197 "vendor_name" : " LEGO" ,
198198 "vendor_part_name" : " E-Motor" ,
199199 "vendor_part_number" : " 9670" ,
200- "vendor_website" : " https://education.lego.com/en-us/lego-education-product-database/machines-and-mechanisms/9670- e-motor"
200+ "vendor_website" : " https://education.lego.com/en-us/products/ e-motor/9670 "
201201 },
202202 {
203203 "count_per_rot" : " 360" ,
Original file line number Diff line number Diff line change 17271727 "vendor_name" : " LEGO" ,
17281728 "vendor_part_name" : " WeDo USB Hub" ,
17291729 "vendor_part_number" : " 9581" ,
1730- "vendor_website" : " https://education.lego.com/en-us/lego-education-product-database /wedo/9581-lego- usb-hub"
1730+ "vendor_website" : " https://education.lego.com/en-us/products /wedo- usb-hub/9581 "
17311731 },
17321732 {
17331733 "id" : " WEDO_MOTION_SENSOR" ,
17641764 "vendor_name" : " LEGO" ,
17651765 "vendor_part_name" : " WeDo Motion Sensor" ,
17661766 "vendor_part_number" : " 9583" ,
1767- "vendor_website" : " http ://education.lego.com/en-us/lego-education-product-database /wedo/9583 -motion-sensor"
1767+ "vendor_website" : " https ://education.lego.com/en-us/products /wedo-motion-sensor/9583 "
17681768 },
17691769 {
17701770 "id" : " WEDO_TILT_SENSOR" ,
18161816 "vendor_name" : " LEGO" ,
18171817 "vendor_part_name" : " WeDo Tilt Sensor" ,
18181818 "vendor_part_number" : " 9584" ,
1819- "vendor_website" : " http ://education.lego.com/en-us/lego-education-product-database /wedo/9584 -tilt-sensor"
1819+ "vendor_website" : " https ://education.lego.com/en-us/products /wedo-tilt-sensor/9584 "
18201820 },
18211821 {
18221822 "default_address" : " 0x02" ,
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ IGNORE_HREFS=$(ruby -e 'puts %w{
3535 warmcat.com
3636 robosnap.net
3737 01.org
38+ alldatasheet.com
3839}.map{|h| "/#{h}/"}.join(",")' )
3940
4041# Explanation of ignored sites:
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ The [AM1808 SoC](../ev3-processor) has 2 hardware [Inter-Integrated Circuit][i2c
88
99## Usage
1010
11- __ I2C0__ : [ Boot EEPROM] ( ../ev3-eeprom ) &# 64 ; 400kHz
11+ __ I2C0__ : [ Boot EEPROM] ( ../ev3-eeprom ) at 400kHz
1212
1313__ I2C1__ : Not used/connected
1414
15- __ [ FIQ] ( ../ev3-fiq ) I2C__ : Input ports 1-4 &# 64 ; 10kHz
15+ __ [ FIQ] ( ../ev3-fiq ) I2C__ : Input ports 1-4 at 10kHz
1616
1717## Device Drivers
1818
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ title: EV3 Processor
1313
1414* [ Official Website] ( http://www.ti.com/product/am1808 )
1515* [ AM1808 ARM® Microprocessor Datasheet (pdf)] ( http://www.ti.com/lit/ds/symlink/am1808.pdf )
16- * [ AM1808 Technical Reference Manual (pdf)] ( http://www.ti.com/lit/ug/spruh82a/spruh82a .pdf )
16+ * [ AM1808 Technical Reference Manual (pdf)] ( http://www.ti.com/lit/ug/spruh82b/spruh82b .pdf )
1717- [ AM1808 Pinmux Utility (pdf)] ( http://www.ti.com/lit/an/spraba2a/spraba2a.pdf )
1818
1919## System Components
You can’t perform that action at this time.
0 commit comments