File tree 5 files changed +10
-9
lines changed
docs/kernel-hackers-notebook
5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 15
15
"vendor_name" : " Firgelli" ,
16
16
"vendor_part_name" : " L12 EV3 100mm" ,
17
17
"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"
19
19
},
20
20
{
21
21
"count_per_m" : " 2000" ,
33
33
"vendor_name" : " Firgelli" ,
34
34
"vendor_part_name" : " L12 EV3 50mm" ,
35
35
"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"
37
37
},
38
38
{
39
39
"id" : " LEGO_9V_MINI_MOTOR_NEWER" ,
197
197
"vendor_name" : " LEGO" ,
198
198
"vendor_part_name" : " E-Motor" ,
199
199
"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 "
201
201
},
202
202
{
203
203
"count_per_rot" : " 360" ,
Original file line number Diff line number Diff line change 1727
1727
"vendor_name" : " LEGO" ,
1728
1728
"vendor_part_name" : " WeDo USB Hub" ,
1729
1729
"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 "
1731
1731
},
1732
1732
{
1733
1733
"id" : " WEDO_MOTION_SENSOR" ,
1764
1764
"vendor_name" : " LEGO" ,
1765
1765
"vendor_part_name" : " WeDo Motion Sensor" ,
1766
1766
"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 "
1768
1768
},
1769
1769
{
1770
1770
"id" : " WEDO_TILT_SENSOR" ,
1816
1816
"vendor_name" : " LEGO" ,
1817
1817
"vendor_part_name" : " WeDo Tilt Sensor" ,
1818
1818
"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 "
1820
1820
},
1821
1821
{
1822
1822
"default_address" : " 0x02" ,
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ IGNORE_HREFS=$(ruby -e 'puts %w{
35
35
warmcat.com
36
36
robosnap.net
37
37
01.org
38
+ alldatasheet.com
38
39
}.map{|h| "/#{h}/"}.join(",")' )
39
40
40
41
# 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
8
8
9
9
## Usage
10
10
11
- __ I2C0__ : [ Boot EEPROM] ( ../ev3-eeprom ) &# 64 ; 400kHz
11
+ __ I2C0__ : [ Boot EEPROM] ( ../ev3-eeprom ) at 400kHz
12
12
13
13
__ I2C1__ : Not used/connected
14
14
15
- __ [ FIQ] ( ../ev3-fiq ) I2C__ : Input ports 1-4 &# 64 ; 10kHz
15
+ __ [ FIQ] ( ../ev3-fiq ) I2C__ : Input ports 1-4 at 10kHz
16
16
17
17
## Device Drivers
18
18
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ title: EV3 Processor
13
13
14
14
* [ Official Website] ( http://www.ti.com/product/am1808 )
15
15
* [ 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 )
17
17
- [ AM1808 Pinmux Utility (pdf)] ( http://www.ti.com/lit/an/spraba2a/spraba2a.pdf )
18
18
19
19
## System Components
You can’t perform that action at this time.
0 commit comments