Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
olikraus committed Dec 3, 2017
1 parent eb1b12f commit 2f0f5ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions csrc/u8g2_hvline.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ static uint8_t u8g2_clip_intersection(u8g2_uint_t *ap, u8g2_uint_t *bp, u8g2_uin
This function first adjusts the y position to the local buffer. Then it
will clip the line and call u8g2_draw_low_level_hv_line()
*/
static void u8g2_draw_hv_line_2dir(u8g2_t *u8g2, u8g2_uint_t x, u8g2_uint_t y, u8g2_uint_t len, uint8_t dir)
{
Expand Down
5 changes: 3 additions & 2 deletions sys/arm/stm32l031x6/tim_scope/main.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
/*
tim_scope
tim_scope for DC motor
Example for the STM32L031 Eval Board with 128x64 OLED at PA13/PA14
LED: PA1 / AF2: TIM2_CH2
MOSFET: PA1 / AF2: TIM2_CH2
VarRes: PA5 / ADC CH5
Voltage sense: PA6 / ADC CH6
*/
Expand Down

0 comments on commit 2f0f5ba

Please sign in to comment.