2019-11-22から1日間の記事一覧

ステッパーモーター / ただ回してみる

今度はSN754410を使ってただ回してみる。 #include <avr/io.h> #include <util/delay.h> int main(){ const uint8_t Phases[] = { // 必要な励磁状態を定義しておく。フルステップ。 (1 << PB0) | (1 << PB2), (1 << PB0) | (1 << PB3), (1 << PB1) | (1 << PB3), (1 << PB1) | (1 <<</util/delay.h></avr/io.h>…

機械翻訳 / feature / 特徴(機能)か外観か

LabVIEW Graphical Programming, Fifth Edition, p.31 June 2000 brought us LabVIEW 6i, with a host of new user-interface features (rendered in 3D, no less), ... 2000年6月にはLabVIEW 6iがリリースされた。外観を新たにした制御器と表示器(なんと3D…