From 28380f2bfac3d317351ddf5c5d96a7e18e31424e Mon Sep 17 00:00:00 2001 From: Abhishek Malik Date: Wed, 30 Aug 2017 16:02:40 -0700 Subject: [PATCH] Minor JSON fixes Signed-off-by: Abhishek Malik --- src/apds9002/apds9002.json | 4 ++-- src/apds9930/apds9930.json | 3 +-- src/bh1750/bh1750.json | 1 - src/bma250e/bma250e.json | 3 +-- src/bmg160/bmg160.json | 3 +-- src/bmi160/bmi160.json | 3 +-- src/bmp280/bmp280.json | 2 -- src/grove/grove.json | 2 +- src/hlg150h/hlg150h.json | 1 - src/max5487/max5487.json | 3 +-- src/maxds3231m/maxds3231m.json | 3 +-- src/mb704x/mb704x.json | 3 +-- src/mcp2515/mcp2515.json | 3 +-- src/mma7361/mma7361.json | 3 +-- src/mma8x5x/mma8x5x.json | 7 +------ src/mmc35240/mmc35240.json | 1 - src/ms5611/ms5611.json | 3 +-- src/ms5803/ms5803.json | 3 +-- src/nlgpio16/nlgpio16.json | 3 +-- src/nmea_gps/nmea_gps.json | 3 +-- src/ozw/ozw.json | 7 +------ src/rhusb/rhusb.json | 3 +-- src/rn2903/rn2903.json | 3 +-- src/servo/es9257.json | 33 --------------------------------- src/sht1x/sht1x.json | 3 +-- src/si1132/si1132.json | 3 +-- src/si7005/si7005.json | 3 +-- src/sm130/sm130.json | 5 ++--- src/smartdrive/smartdrive.json | 3 +-- src/t3311/t3311.json | 3 +-- src/t6713/t6713.json | 3 +-- src/t8100/t8100.json | 3 +-- src/tb7300/tb7300.json | 3 +-- src/tcs37727/tcs37727.json | 3 +-- src/teams/teams.json | 3 +-- src/tex00/tex00.json | 3 +-- src/tm1637/tm1637.json | 4 ++-- src/tmp006/tmp006.json | 3 +-- src/uartat/uartat.json | 3 +-- src/vcap/vcap.json | 3 +-- src/veml6070/veml6070.json | 3 +-- 41 files changed, 39 insertions(+), 118 deletions(-) delete mode 100644 src/servo/es9257.json diff --git a/src/apds9002/apds9002.json b/src/apds9002/apds9002.json index d6f31192..659fa135 100644 --- a/src/apds9002/apds9002.json +++ b/src/apds9002/apds9002.json @@ -12,7 +12,7 @@ "Manufacturers": ["Avago", "Seeed"], "Image": "apds9002.jpg", "Examples": { - "Java": ["apds9002.java"], + "Java": ["Apds9002.java"], "Python": ["apds9002.py"], "Node.js": ["apds9002.js"], "C++": ["apds9002.cxx"] @@ -58,4 +58,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/apds9930/apds9930.json b/src/apds9930/apds9930.json index 0d2afd1e..f65bd7f7 100644 --- a/src/apds9930/apds9930.json +++ b/src/apds9930/apds9930.json @@ -10,7 +10,6 @@ "Connections": ["iio", "i2c"], "Project Type": ["prototyping", "mobile", "robotics"], "Manufacturers": ["Avago", "SparkFun"], - "Image": "apds9930.jpg", "Examples": { "C++": ["apds9930.cxx"] }, @@ -43,4 +42,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/bh1750/bh1750.json b/src/bh1750/bh1750.json index 1b85b51b..a070369b 100644 --- a/src/bh1750/bh1750.json +++ b/src/bh1750/bh1750.json @@ -10,7 +10,6 @@ "Connections": ["i2c"], "Project Type": ["prototyping", "industrial", "commercial"], "Manufacturers": ["DFRobot", "Rohm"], - "Image": "bh1750.jpg", "Examples": { "Java": ["BH1750_Example.java"], "Python": ["bh1750.py"], diff --git a/src/bma250e/bma250e.json b/src/bma250e/bma250e.json index f15b43f1..df359623 100644 --- a/src/bma250e/bma250e.json +++ b/src/bma250e/bma250e.json @@ -10,7 +10,6 @@ "Connections": ["i2c", "spi", "gpio"], "Project Type": ["industrial", "commercial"], "Manufacturers": ["bosch"], - "Image": "bma250e.jpg", "Examples": { "Java": ["BMA250E_Example.java"], "Python": ["bma250e.py"], @@ -72,4 +71,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/bmg160/bmg160.json b/src/bmg160/bmg160.json index 94e008fd..772fa742 100644 --- a/src/bmg160/bmg160.json +++ b/src/bmg160/bmg160.json @@ -10,7 +10,6 @@ "Connections": ["i2c", "spi", "gpio"], "Project Type": ["industrial", "commercial"], "Manufacturers": ["bosch"], - "Image": "bmg160.jpg", "Examples": { "Java": ["BMG160_Example.java"], "Python": ["bmg160.py"], @@ -59,4 +58,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/bmi160/bmi160.json b/src/bmi160/bmi160.json index 7fea7a80..1f698ea6 100644 --- a/src/bmi160/bmi160.json +++ b/src/bmi160/bmi160.json @@ -10,9 +10,8 @@ "Connections": ["i2c"], "Project Type": ["industrial", "commercial"], "Manufacturers": ["bosch"], - "Image": "bmi160.jpg", "Examples": { - "Java": ["BMI1&0_Example.java"], + "Java": ["BMI160_Example.java"], "Python": ["bmi160.py"], "Node.js": ["bmi160.js"], "C++": ["bmi160.cxx"], diff --git a/src/bmp280/bmp280.json b/src/bmp280/bmp280.json index 74c7d875..a7b32adf 100644 --- a/src/bmp280/bmp280.json +++ b/src/bmp280/bmp280.json @@ -12,7 +12,6 @@ "Connections": ["gpio", "i2c", "spi"], "Project Type": ["prototyping", "industrial"], "Manufacturers": ["adafruit", "seeed", "bosch"], - "Image": "bmp280.jpg", "Examples": { "Java": ["BMP280_Example.java"], @@ -52,7 +51,6 @@ "Connections": ["gpio", "i2c", "spi"], "Project Type": ["prototyping", "industrial"], "Manufacturers": ["adafruit", "seeed", "bosch"], - "Image": "bmp280.jpg", "Examples": { "Java": ["BME280_Example.java", "BME280_InterfaceExample"], diff --git a/src/grove/grove.json b/src/grove/grove.json index c121b795..1c53d086 100644 --- a/src/grove/grove.json +++ b/src/grove/grove.json @@ -285,7 +285,7 @@ "Connections": ["analog"], "Project Type": ["prototyping"], "Manufacturers": ["Seeed"], - "Image": "groveslide.jpg", + "Images": "slide.jpg", "Examples": { "Java": ["GroveSlideSample.java"], "Python": ["groveslide.py"], diff --git a/src/hlg150h/hlg150h.json b/src/hlg150h/hlg150h.json index ff2e2311..fe026da1 100644 --- a/src/hlg150h/hlg150h.json +++ b/src/hlg150h/hlg150h.json @@ -12,7 +12,6 @@ "Connections": ["pwm"], "Project Type": ["prototyping", "industrial"], "Manufacturers": ["meanwell"], - "Image": "hlg150h.jpg", "Examples": { "C++": ["hlg150h.cxx"] diff --git a/src/max5487/max5487.json b/src/max5487/max5487.json index 926bc77f..7f27ac78 100644 --- a/src/max5487/max5487.json +++ b/src/max5487/max5487.json @@ -10,7 +10,6 @@ "Connections": ["spi"], "Project Type": ["prototyping", "commercial"], "Manufacturers": ["maxim"], - "Image": "max5487.jpg", "Examples": { "Java": ["MAX5487Example.java"], "C++": ["max5487.cxx"] @@ -49,4 +48,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/maxds3231m/maxds3231m.json b/src/maxds3231m/maxds3231m.json index 08da819d..ebbc7a1b 100644 --- a/src/maxds3231m/maxds3231m.json +++ b/src/maxds3231m/maxds3231m.json @@ -10,7 +10,6 @@ "Connections": ["i2c"], "Project Type": ["prototyping", "commercial"], "Manufacturers": ["Maxim"], - "Image": "maxds3231m.jpg", "Examples": { "Java": ["MAXds3231mExample.java"], "C++": ["maxds3231m.cxx"] @@ -54,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/mb704x/mb704x.json b/src/mb704x/mb704x.json index e700e6b2..e39375c8 100644 --- a/src/mb704x/mb704x.json +++ b/src/mb704x/mb704x.json @@ -10,7 +10,6 @@ "Connections": ["i2c"], "Project Type": ["prototyping", "industrial"], "Manufacturers": ["MaxBotix"], - "Image": "mb704x.jpg", "Examples": { "Java": ["MB704X_Example.java"], "Python": ["mb704x.py"], @@ -56,4 +55,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/mcp2515/mcp2515.json b/src/mcp2515/mcp2515.json index 1d15cbbd..67c6cd6b 100644 --- a/src/mcp2515/mcp2515.json +++ b/src/mcp2515/mcp2515.json @@ -10,7 +10,6 @@ "Connections": ["spi", "gpio"], "Project Type": ["prototyping"], "Manufacturers": ["Seeed", "Microchip"], - "Image": "mcp2515.jpg", "Examples": { "Java": ["MCP2515_Example.java", "MCP2515_TXRX_Example.java"], "Python": ["mcp2515-txrx.py", "mcp2515.py"], @@ -58,4 +57,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/mma7361/mma7361.json b/src/mma7361/mma7361.json index 3d0b1a63..077cce8f 100644 --- a/src/mma7361/mma7361.json +++ b/src/mma7361/mma7361.json @@ -10,7 +10,6 @@ "Connections": ["analog", "gpio"], "Project Type": ["prototyping"], "Manufacturers": ["DFRobot"], - "Image": "mma7361.jpg", "Examples": { "Java": ["MMA7361_Example.java"], "Python": ["mma7361.py"], @@ -63,4 +62,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/mma8x5x/mma8x5x.json b/src/mma8x5x/mma8x5x.json index 18e066d8..19cd6447 100644 --- a/src/mma8x5x/mma8x5x.json +++ b/src/mma8x5x/mma8x5x.json @@ -10,7 +10,6 @@ "Connections": ["i2c"], "Project Type": ["prototyping", "commercial"], "Manufacturers": ["Freescale", "Adafruit"], - "Image": "mma8x5x.jpg", "Examples": { "Python": ["mma8x5x.py"], "C++": ["mma8x5x.cxx"] @@ -66,7 +65,6 @@ "Connections": ["i2c"], "Project Type": ["prototyping", "commercial"], "Manufacturers": ["Freescale", "Sparkfun"], - "Image": "mma8x5x.jpg", "Examples": { "Python": ["mma8x5x.py"], "C++": ["mma8x5x.cxx"] @@ -122,7 +120,6 @@ "Connections": ["i2c"], "Project Type": ["prototyping", "commercial"], "Manufacturers": ["NXP"], - "Image": "mma8x5x.jpg", "Examples": { "Python": ["mma8x5x.py"], "C++": ["mma8x5x.cxx"] @@ -178,7 +175,6 @@ "Connections": ["i2c"], "Project Type": ["prototyping", "commercial"], "Manufacturers": ["NXP"], - "Image": "mma8x5x.jpg", "Examples": { "Python": ["mma8x5x.py"], "C++": ["mma8x5x.cxx"] @@ -234,7 +230,6 @@ "Connections": ["i2c"], "Project Type": ["prototyping", "commercial"], "Manufacturers": ["NXP"], - "Image": "mma8x5x.jpg", "Examples": { "Python": ["mma8x5x.py"], "C++": ["mma8x5x.cxx"] @@ -283,4 +278,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/mmc35240/mmc35240.json b/src/mmc35240/mmc35240.json index 3c624c47..e2f9ebc6 100644 --- a/src/mmc35240/mmc35240.json +++ b/src/mmc35240/mmc35240.json @@ -10,7 +10,6 @@ "Connections": ["i2c"], "Project Type": ["industrial", "commercial"], "Manufacturers": ["Memsic"], - "Image": "mmc35240.jpg", "Examples": { "C++": ["mmc35240.cxx"] }, diff --git a/src/ms5611/ms5611.json b/src/ms5611/ms5611.json index 9e07227d..7f389d0d 100644 --- a/src/ms5611/ms5611.json +++ b/src/ms5611/ms5611.json @@ -10,7 +10,6 @@ "Connections": ["i2c"], "Project Type": ["prototyping", "industrial", "commercial"], "Manufacturers": ["Amsys"], - "Image": "ms5611.jpg", "Examples": { "Node.js": ["ms5611.js"], "C++": ["ms5611.cxx"] @@ -87,4 +86,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/ms5803/ms5803.json b/src/ms5803/ms5803.json index 589cafe1..3f0de4fe 100644 --- a/src/ms5803/ms5803.json +++ b/src/ms5803/ms5803.json @@ -10,7 +10,6 @@ "Connections": ["i2c", "spi"], "Project Type": ["prototyping", "industrial", "commercial"], "Manufacturers": ["Measurement Specialties", "SparkFun"], - "Image": "abp.jpg", "Examples": { "Java": ["MS5803_Example.java"], "Python": ["ms5803.py"], @@ -90,4 +89,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/nlgpio16/nlgpio16.json b/src/nlgpio16/nlgpio16.json index 3f94b5f7..6369b128 100644 --- a/src/nlgpio16/nlgpio16.json +++ b/src/nlgpio16/nlgpio16.json @@ -10,7 +10,6 @@ "Connections": ["uart"], "Project Type": ["prototyping"], "Manufacturers": ["Numato Lab"], - "Image": "nlgpio16.jpg", "Examples": { "Python": ["nlgpio16.py"], "Node.js": ["nlgpio16.js"], @@ -56,4 +55,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/nmea_gps/nmea_gps.json b/src/nmea_gps/nmea_gps.json index 4574d0e9..bca487ce 100644 --- a/src/nmea_gps/nmea_gps.json +++ b/src/nmea_gps/nmea_gps.json @@ -10,7 +10,6 @@ "Connections": ["uart", "gpio"], "Project Type": ["prototyping", "industrial", "commercial"], "Manufacturers": ["DFRobot", "Seeed"], - "Image": "nmea_gps.jpg", "Examples": { "Java": ["NMEAGPS_Example.java", "NMEAGPS_I2C_Example.java"], "Python": ["nmea_gps.py", "nmea_gps_i2c.py"], @@ -47,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/ozw/ozw.json b/src/ozw/ozw.json index 71c5856b..41288395 100644 --- a/src/ozw/ozw.json +++ b/src/ozw/ozw.json @@ -10,7 +10,6 @@ "Connections": ["uart"], "Project Type": ["commercial"], "Manufacturers": ["Aeon Labs"], - "Image": "dsb09104.jpg", "Examples": { "Java": ["AeotecDSB09104_Example.java", "AeotecDW2E_Example.java", "AeotecSDG2_Example.java", "AeotecSS6_Example.java"], "Python": ["aeotecdsb09104.py", "aeotecdw2e.py", "aeotecsdg2.py", "aeotecss6.py"], @@ -29,7 +28,6 @@ "Connections": ["uart"], "Project Type": ["commercial"], "Manufacturers": ["Aeon Labs"], - "Image": "dsb09104.jpg", "Examples": { "Java": ["AeotecDSB09104_Example.java"], "Python": ["aeotecdsb09104.py"], @@ -59,7 +57,6 @@ "Connections": ["uart"], "Project Type": ["commercial"], "Manufacturers": ["Aeon Labs"], - "Image": "dsb29.jpg", "Examples": { "Java": ["AeotecDW2E_Example.java"], "Python": ["aeotecdw2e.py"], @@ -78,7 +75,6 @@ "Connections": ["uart"], "Project Type": ["commercial"], "Manufacturers": ["Aeon Labs"], - "Image": "dg2.jpg", "Examples": { "Java": ["AeotecSDG2_Example.java"], "Python": ["aeotecsdg2.py"], @@ -97,7 +93,6 @@ "Connections": ["uart"], "Project Type": ["commercial"], "Manufacturers": ["Aeon Labs"], - "Image": "ss6.jpg", "Examples": { "Java": ["AeotecSS6_Example.java"], "Python": ["aeotecss6.py"], @@ -109,4 +104,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/rhusb/rhusb.json b/src/rhusb/rhusb.json index 2c9b83aa..39005518 100644 --- a/src/rhusb/rhusb.json +++ b/src/rhusb/rhusb.json @@ -10,7 +10,6 @@ "Connections": ["uart"], "Project Type": ["industrial", "commercial"], "Manufacturers": ["Omega"], - "Image": "rhusb.jpg", "Examples": { "Python": ["rhusb.py"], "Node.js": ["rhusb.js"], @@ -58,4 +57,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/rn2903/rn2903.json b/src/rn2903/rn2903.json index c5f839bb..66fad755 100644 --- a/src/rn2903/rn2903.json +++ b/src/rn2903/rn2903.json @@ -10,7 +10,6 @@ "Connections": ["uart"], "Project Type": ["prototyping", "commercial"], "Manufacturers": ["Microchip"], - "Image": "rn2903.jpg", "Examples": { "Java": ["RN2903_Example.java", "RN2903_P2P_RX_Example.java", "RN2903_P2P_TX_Example.java"], "Python": ["rn2903-p2p-rx.py", "rn2903-p2p-tx.py", "rn2903.py"], @@ -51,4 +50,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/servo/es9257.json b/src/servo/es9257.json deleted file mode 100644 index be22b805..00000000 --- a/src/servo/es9257.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "Library": "Servo", - "Description": "Servo Library", - "Sensor Class": - { - "ES9257": - { - "Name": "Micro Digital 3D Tail Servo", - "Description": "The ES9257 servo is a fast, heavy duty servo that is popular for moving control surfaces on RC models.", - "Aliases": ["ES9257"], - "Categories": ["servos"], - "Connections": ["pwm"], - "Project Type": ["prototyping"], - "Manufacturers": ["emax"], - "Image": "es9257.jpg", - "Examples": - { - "C": ["servo.c"] - }, - "Specifications": - { - "Vdd": {"unit": "v", "typical": 4.8}, - "Stall Torque": {"unit": "Kgf.cm", "low": 2.5}, - "Operating Speed (no load)": {"unit": "sec / 60 deg", "max": 0.08}, - "Pulse Cycle": {"unit": "ms", "typical": 3} - }, - "Urls" : - { - "Product Pages": ["https://www.seeedstudio.com/EMAX-ES9257-2.5kg%26amp%3B-.05-sec-Micro-Digital-3D-Tail-Servo-p-762.html"] - } - } - } -} diff --git a/src/sht1x/sht1x.json b/src/sht1x/sht1x.json index d1ee457d..be7a4359 100644 --- a/src/sht1x/sht1x.json +++ b/src/sht1x/sht1x.json @@ -10,7 +10,6 @@ "Connections": ["gpio"], "Project Type": ["prototyping", "industrial", "commercial"], "Manufacturers": ["DFRobot", "Sensirion"], - "Image": "sht1x.jpg", "Examples": { "Java": ["SHT1X_Example.java"], "Python": ["sht1x.py"], @@ -79,4 +78,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/si1132/si1132.json b/src/si1132/si1132.json index 4eccc024..f1c48b76 100644 --- a/src/si1132/si1132.json +++ b/src/si1132/si1132.json @@ -10,7 +10,6 @@ "Connections": ["i2c"], "Project Type": ["industrial", "commercial"], "Manufacturers": ["Silicon Labs"], - "Image": "si1132.jpg", "Examples": { "C++": ["si1132.cxx"] }, @@ -48,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/si7005/si7005.json b/src/si7005/si7005.json index 0ce59243..0ccddc69 100644 --- a/src/si7005/si7005.json +++ b/src/si7005/si7005.json @@ -10,7 +10,6 @@ "Connections": ["i2c"], "Project Type": ["industrial", "commercial"], "Manufacturers": ["Silicon Labs"], - "Image": "si7005.jpg", "Examples": { "C++": ["si7005.cxx"] }, @@ -52,4 +51,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/sm130/sm130.json b/src/sm130/sm130.json index fc2b72b0..ea8f1916 100644 --- a/src/sm130/sm130.json +++ b/src/sm130/sm130.json @@ -15,8 +15,7 @@ "Java": ["SM130Example.java"], "Python": ["sm130.py"], "Node.js": ["sm130.js"], - "C++": ["sm130.cxx"], - "C": ["sm130.c"] + "C++": ["sm130.cxx"] }, "Specifications": { "Vsource": { @@ -41,4 +40,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/smartdrive/smartdrive.json b/src/smartdrive/smartdrive.json index 6886dc03..6e0132e1 100644 --- a/src/smartdrive/smartdrive.json +++ b/src/smartdrive/smartdrive.json @@ -10,7 +10,6 @@ "Connections": ["i2c"], "Project Type": ["prototyping", "robotics"], "Manufacturers": ["OpenElectronics"], - "Image": "smartdrive.jpg", "Examples": { "C++": ["smartdrive.cxx"] }, @@ -40,4 +39,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/t3311/t3311.json b/src/t3311/t3311.json index b7e2c39e..8bf07246 100644 --- a/src/t3311/t3311.json +++ b/src/t3311/t3311.json @@ -10,7 +10,6 @@ "Connections": ["uart"], "Project Type": ["industrial"], "Manufacturers": ["Comet"], - "Image": "t3311.jpg", "Examples": { "Python": ["t3311.py"], "Node.js": ["t3311.js"], @@ -58,4 +57,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/t6713/t6713.json b/src/t6713/t6713.json index ed86b2e4..40154ac7 100644 --- a/src/t6713/t6713.json +++ b/src/t6713/t6713.json @@ -10,7 +10,6 @@ "Connections": ["i2c"], "Project Type": ["industrial", "commercial"], "Manufacturers": ["Amphenol"], - "Image": "t6713.jpg", "Examples": { "C++": ["t6713-co2-sensor.cxx", "t6713.cxx"] }, @@ -58,4 +57,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/t8100/t8100.json b/src/t8100/t8100.json index 913b4cdf..2db48786 100644 --- a/src/t8100/t8100.json +++ b/src/t8100/t8100.json @@ -10,7 +10,6 @@ "Connections": ["uart"], "Project Type": ["industrial", "commercial"], "Manufacturers": ["Amphenol"], - "Image": "t8100.jpg", "Examples": { "Java": ["T8100_Example.java"], "Python": ["t8100.py"], @@ -81,4 +80,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/tb7300/tb7300.json b/src/tb7300/tb7300.json index 6778d483..7171df68 100644 --- a/src/tb7300/tb7300.json +++ b/src/tb7300/tb7300.json @@ -10,7 +10,6 @@ "Connections": ["uart"], "Project Type": ["industrial", "commercial"], "Manufacturers": ["honeywell"], - "Image": "tb7300.jpg", "Examples": { "Java": ["TB7300_Example.java"], "Python": ["tb7300.py"], @@ -44,4 +43,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/tcs37727/tcs37727.json b/src/tcs37727/tcs37727.json index e640bd43..76c2aa75 100644 --- a/src/tcs37727/tcs37727.json +++ b/src/tcs37727/tcs37727.json @@ -10,7 +10,6 @@ "Connections": ["i2c"], "Project Type": ["industrial", "commercial"], "Manufacturers": ["AMS"], - "Image": "tcs37727.jpg", "Examples": { "Python": ["tcs37727.py"], "C++": ["tcs37727.cxx"] @@ -38,4 +37,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/teams/teams.json b/src/teams/teams.json index 572d033e..369ffb28 100644 --- a/src/teams/teams.json +++ b/src/teams/teams.json @@ -10,7 +10,6 @@ "Connections": ["ainput"], "Project Type": ["industrial", "commercial"], "Manufacturers": ["Veris"], - "Image": "teams.jpg", "Examples": { "Java": ["TEAMS_Example.java"], "Python": ["teams.py"], @@ -45,4 +44,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/tex00/tex00.json b/src/tex00/tex00.json index 97c1e7fc..0405ebdb 100644 --- a/src/tex00/tex00.json +++ b/src/tex00/tex00.json @@ -10,7 +10,6 @@ "Connections": ["ainput"], "Project Type": ["industrial", "commercial"], "Manufacturers": ["Veris"], - "Image": "tex00.jpg", "Examples": { "Java": ["TEX00_Example.java"], "Python": ["tex00.py"], @@ -50,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/tm1637/tm1637.json b/src/tm1637/tm1637.json index 7d68d127..fdb77c06 100644 --- a/src/tm1637/tm1637.json +++ b/src/tm1637/tm1637.json @@ -10,7 +10,7 @@ "Connections": ["gpio"], "Project Type": ["prototyping", "commercial"], "Manufacturers": ["Seeed", "Titan Micro Electronics"], - "Image": "tm1637.jpg", + "Image": "tm1637.jpeg", "Examples": { "Java": ["TM1637Sample.java"], "Python": ["tm1637.py"], @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/tmp006/tmp006.json b/src/tmp006/tmp006.json index 952806f7..dc9ae0e1 100644 --- a/src/tmp006/tmp006.json +++ b/src/tmp006/tmp006.json @@ -10,7 +10,6 @@ "Connections": ["i2c"], "Project Type": ["prototyping", "industrial", "commercial"], "Manufacturers": ["Texas Instruments"], - "Image": "tmp006.jpg", "Examples": { "Python": ["tmp006.py"], "C++": ["tmp006.cxx"] @@ -48,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/uartat/uartat.json b/src/uartat/uartat.json index ffdea7f2..c184bfd1 100644 --- a/src/uartat/uartat.json +++ b/src/uartat/uartat.json @@ -10,7 +10,6 @@ "Connections": ["uart"], "Project Type": ["other"], "Manufacturers": ["generic"], - "Image": "uartat.jpg", "Examples": { "Java": ["LE910_Example.java"], "Python": ["le910.py"], @@ -23,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/vcap/vcap.json b/src/vcap/vcap.json index e221d73a..b78d0d37 100644 --- a/src/vcap/vcap.json +++ b/src/vcap/vcap.json @@ -10,7 +10,6 @@ "Connections": ["other"], "Project Type": ["medical", "industrial", "commercial", "prototyping"], "Manufacturers": ["other"], - "Image": "vcap.jpg", "Examples": { "Java": ["VCAP_Example.java"], "Python": ["vcap.py"], @@ -22,4 +21,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/veml6070/veml6070.json b/src/veml6070/veml6070.json index 4df28a85..5977a721 100644 --- a/src/veml6070/veml6070.json +++ b/src/veml6070/veml6070.json @@ -10,7 +10,6 @@ "Connections": ["i2c"], "Project Type": ["prototyping", "commercial"], "Manufacturers": ["Vishay", "Adafruit"], - "Image": "veml6070.jpg", "Examples": { "Java": ["VEML6070Sample.java"], "Python": ["veml6070.py"], @@ -53,4 +52,4 @@ } } } -} \ No newline at end of file +}