Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Apr 14, 2024
1 parent fabd2e2 commit 117dbe8
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 32 deletions.
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/ads1015-display-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use core::fmt::Write;
use cortex_m_rt::entry;
use embedded_graphics::{
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/apds9960-color-display-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use core::fmt::Write;
use cortex_m_rt::entry;
use embedded_graphics::{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use core::fmt::Write;
use cortex_m_rt::entry;
use embedded_graphics::{
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/at24c256-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use cortex_m_rt::entry;
use panic_rtt_target as _;
use rtt_target::{rprintln, rtt_init_print};
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/ccs811-gas-voc-display-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use core::fmt::Write;
use cortex_m_rt::entry;
use embedded_graphics::{
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/ds1307-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use cortex_m_rt::entry;
use panic_rtt_target as _;
use rtt_target::{rprintln, rtt_init_print};
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/ds3231-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use cortex_m_rt::entry;
use panic_rtt_target as _;
use rtt_target::{rprintln, rtt_init_print};
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/ds3234-display-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use core::fmt::Write;
use cortex_m_rt::entry;
use embedded_graphics::{
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/kxcj9-usart-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use cortex_m_rt::entry;
use panic_rtt_target as _;
use rtt_target::{rprintln, rtt_init_print};
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/lm75-display-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use core::fmt::Write;
use cortex_m_rt::entry;
use embedded_graphics::{
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/lm75-usart-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use core::fmt::Write;
use cortex_m_rt::entry;
use panic_rtt_target as _;
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/max30102-display-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use core::fmt::Write;
use cortex_m_rt::entry;
use embedded_graphics::{
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/max44009-light-display-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use core::fmt::Write;
use cortex_m_rt::entry;
use embedded_graphics::{
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/mcp42x-ads1115-display-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use cortex_m_rt::entry;
use embedded_graphics::{
mono_font::{ascii::FONT_6X10, MonoTextStyleBuilder},
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/mcp4921-ads1115-display-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use core::fmt::Write;
use cortex_m_rt::entry;
use embedded_graphics::{
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/mcp7940n-rtc-display-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use core::fmt::Write;
use cortex_m_rt::entry;
use embedded_graphics::{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use core::fmt::Write;
use cortex_m_rt::entry;
use embedded_graphics::{
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/mma8452-accel-usart-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use core::fmt::Write;
use cortex_m_rt::entry;
use panic_rtt_target as _;
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/opt3001-als-display-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use cortex_m_rt::entry;
use embedded_graphics::{
mono_font::{ascii::FONT_6X10, MonoTextStyleBuilder},
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/pca9685-servos-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use cortex_m_rt::entry;
use panic_rtt_target as _;
use rtt_target::{rprintln, rtt_init_print};
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/pcf8574-caterpillar-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use cortex_m_rt::entry;
use panic_rtt_target as _;
use rtt_target::{rprintln, rtt_init_print};
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/pcf8574-readinput-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use cortex_m_rt::entry;
use panic_rtt_target as _;
use rtt_target::{rprintln, rtt_init_print};
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/pcf8575-input-output-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use cortex_m_rt::entry;
use panic_rtt_target as _;
use rtt_target::{rprintln, rtt_init_print};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use cortex_m_rt::entry;
use embedded_graphics::{
mono_font::{ascii::FONT_6X10, MonoTextStyleBuilder},
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/tcs3472-color-display-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use cortex_m_rt::entry;
use embedded_graphics::{
mono_font::{ascii::FONT_6X10, MonoTextStyleBuilder},
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/tmp006-display-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use cortex_m_rt::entry;
use embedded_graphics::{
mono_font::{ascii::FONT_6X10, MonoTextStyleBuilder},
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/tmp102-display-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use core::fmt::Write;
use cortex_m_rt::entry;
use embedded_graphics::{
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/tmp102-one-shot-display-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use cortex_m_rt::entry;
use embedded_graphics::{
mono_font::{ascii::FONT_6X10, MonoTextStyleBuilder},
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/veml6030-als-display-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use core::fmt::Write;
use cortex_m_rt::entry;
use embedded_graphics::{
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/veml6040-color-display-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use core::fmt::Write;
use cortex_m_rt::entry;
use embedded_graphics::{
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/veml6075-uv-display-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use core::fmt::Write;
use cortex_m_rt::entry;
use embedded_graphics::{
Expand Down
1 change: 0 additions & 1 deletion stm32f3-discovery/examples/w25q64-flash-display-f3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#![no_std]
#![no_main]

use core::convert::TryInto;
use core::fmt::Write;
use cortex_m_rt::entry;
use embedded_graphics::{
Expand Down

0 comments on commit 117dbe8

Please sign in to comment.